#54AA87

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

Shades of Ocean Green #54AA87

Tints of Ocean Green #54AA87

Color information

#54AA87 (or 0x54AA87) is unknown color: approx Ocean Green. HEX triplet: 54, AA and 87. RGB value is (84,170,135). Sum of RGB (Red+Green+Blue) = 84+170+135=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AA87 is #AB5578. Grayscale: #8C8C8C. Windows color (decimal): -11228537 or 8890964. OLE color: 8890964.

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

Color convert

RGB84170135-
CMYK0.5100.210.33
HSL155.58º33.86%49.8%-
HSV(B)155.58º50.59%66.67%-
XYZ22.432.3827.99-
YUV140.3125.0187.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=21.59%
G=43.70%
B=34.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841701350.5100.210.33155.5833.8649.8
Hex54AA8733015219c2232
Octal12425220763025412344262
Binary1010100101010101000011111001101010110000110011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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