#54AC87

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

Shades of Ocean Green #54AC87

Tints of Ocean Green #54AC87

Color information

#54AC87 (or 0x54AC87) is unknown color: approx Ocean Green. HEX triplet: 54, AC and 87. RGB value is (84,172,135). Sum of RGB (Red+Green+Blue) = 84+172+135=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC87 is #AB5378. Grayscale: #8D8D8D. Windows color (decimal): -11228025 or 8891476. OLE color: 8891476.

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

Color convert

RGB84172135-
CMYK0.5100.220.33
HSL154.77º34.65%50.2%-
HSV(B)154.77º51.16%67.45%-
XYZ22.7833.1428.12-
YUV141.47124.3587.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=21.48%
G=43.99%
B=34.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721350.5100.220.33154.7734.6550.2
Hex54AC8733016219b2332
Octal12425420763026412334362
Binary1010100101011001000011111001101011010000110011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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