#54AA76

Color #54AA76 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #54AA76

Tints of Ocean Green #54AA76

Color information

#54AA76 (or 0x54AA76) is unknown color: approx Ocean Green. HEX triplet: 54, AA and 76. RGB value is (84,170,118). Sum of RGB (Red+Green+Blue) = 84+170+118=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA76 is #AB5589. Grayscale: #8A8A8A. Windows color (decimal): -11228554 or 7776852. OLE color: 7776852.

HSL color Cylindrical-coordinate representation of color #54AA76: hue angle of 143.72º 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 #54AA76 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB84170118-
CMYK0.5100.310.33
HSL143.72º33.86%49.8%-
HSV(B)143.72º50.59%66.67%-
XYZ21.331.9422.18-
YUV138.36116.5189.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.58%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=22.58%
G=45.70%
B=31.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841701180.5100.310.33143.7233.8649.8
Hex54AA763301F21902232
Octal12425216663037412204262
Binary101010010101010111011011001101111110000110010000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54AA76;
 }
 .AnyTagClassName
 {
   color: #54AA76;
 }
</style>
background-color css

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

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

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

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

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

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