#54AA6E

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

Shades of Ocean Green #54AA6E

Tints of Ocean Green #54AA6E

Color information

#54AA6E (or 0x54AA6E) is unknown color: approx Ocean Green. HEX triplet: 54, AA and 6E. RGB value is (84,170,110). Sum of RGB (Red+Green+Blue) = 84+170+110=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA6E is #AB5591. Grayscale: #898989. Windows color (decimal): -11228562 or 7252564. OLE color: 7252564.

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

Color convert

RGB84170110-
CMYK0.5100.350.33
HSL138.14º33.86%49.8%-
HSV(B)138.14º50.59%66.67%-
XYZ20.8531.7619.78-
YUV137.45112.5189.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.08%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=23.08%
G=46.70%
B=30.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841701100.5100.350.33138.1433.8649.8
Hex54AA6E33023218a2232
Octal12425215663043412124262
Binary1010100101010101101110110011010001110000110001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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