Html Css Color HEX #54916C Ocean Green

📋 copy color: '#54916C'

red 84 ◦ green 145 ◦ blue 108

#54916C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #54916C

Tints of Ocean Green #54916C

RGB

 RED value IS 84 (33.2% from 255) = 24.93%

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 24.93%
G = 43.03%
B = 32.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#54916C (or 0x54916C) is known color: Ocean Green. HEX triplet: 54, 91 and 6C. RGB value is (84,145,108). Sum of RGB (Red+Green+Blue) = 84+145+108=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #54916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54916C is #AB6E93. Grayscale: #7A7A7A. Windows color (decimal): -11234964 or 7115092. OLE color: 7115092.

HSL color Cylindrical-coordinate representation of color #54916C: hue angle of 143.61º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54916C is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 108 -
CMYK 0.42 0 0.26 0.43
HSL 143.61º 0.27% 0.45% -
HSV(B) 143.61º 0.42% 0.57% -
XYZ 16.49 23.22 17.8 -
YUV 122.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 84 145 108 0.42 0 0.26 0.43 143.61 0.27 0.45
Hex 54 91 6C 2A 0 1A 2B 90 1B 2D
Octal 124 221 154 52 0 32 53 220 33 55
Binary 1010100 10010001 1101100 101010 0 11010 101011 10010000 11011 101101

Color Harmonies of #54916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54916C

Black with #54916C

Text Example


Text Example

White with #54916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54916C; }

 p { color: rgb(84,145,108); }

 H1.HeaderClassName
 {
   color: #54916C;
 }
 .AnyTagClassName
 {
   color: #54916C;
 }
</style>

background-color css

<style>
 a { background-color: #54916C; }

 a { background-color: rgb(84,145,108); }

 div.DivClassName
 {
   background-color: #54916C;
 }
 .BgClassName
 {
   background-color: #54916C;
 }
</style>

border-color css

<style>
 span { border-color: #54916C; }

 span { border-color: rgb(84,145,108); }

 td.TdClassName
 {
   border-color: #54916C;
 }
 .TagClassName
 {
   border-color: #54916C;
 }
</style>