Html Css Color HEX #54AA79 Ocean Green

📋 copy color: '#54AA79'

red 84 ◦ green 170 ◦ blue 121

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

Shades of Ocean Green #54AA79

Tints of Ocean Green #54AA79

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 22.4%
G = 45.33%
B = 32.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#54AA79 (or 0x54AA79) is known color: Ocean Green. HEX triplet: 54, AA and 79. RGB value is (84,170,121). Sum of RGB (Red+Green+Blue) = 84+170+121=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA79 is #AB5586. Grayscale: #8A8A8A. Windows color (decimal): -11228551 or 7973460. OLE color: 7973460.

HSL color Cylindrical-coordinate representation of color #54AA79: hue angle of 145.81º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AA79 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 170 121 -
CMYK 0.51 0 0.29 0.33
HSL 145.81º 0.34% 0.5% -
HSV(B) 145.81º 0.51% 0.67% -
XYZ 21.48 32.01 23.14 -
YUV 138.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 84 170 121 0.51 0 0.29 0.33 145.81 0.34 0.5
Hex 54 AA 79 33 0 1D 21 92 22 32
Octal 124 252 171 63 0 35 41 222 42 62
Binary 1010100 10101010 1111001 110011 0 11101 100001 10010010 100010 110010

Color Harmonies of #54AA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AA79

Black with #54AA79

Text Example


Text Example

White with #54AA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54AA79; }

 p { color: rgb(84,170,121); }

 H1.HeaderClassName
 {
   color: #54AA79;
 }
 .AnyTagClassName
 {
   color: #54AA79;
 }
</style>

background-color css

<style>
 a { background-color: #54AA79; }

 a { background-color: rgb(84,170,121); }

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

border-color css

<style>
 span { border-color: #54AA79; }

 span { border-color: rgb(84,170,121); }

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