#54AF81

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

Shades of Ocean Green #54AF81

Tints of Ocean Green #54AF81

Color information

#54AF81 (or 0x54AF81) is unknown color: approx Ocean Green. HEX triplet: 54, AF and 81. RGB value is (84,175,129). Sum of RGB (Red+Green+Blue) = 84+175+129=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF81 is #AB507E. Grayscale: #8E8E8E. Windows color (decimal): -11227263 or 8499028. OLE color: 8499028.

HSL color Cylindrical-coordinate representation of color #54AF81: hue angle of 149.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF81 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB84175129-
CMYK0.5200.260.31
HSL149.67º36.25%50.78%-
HSV(B)149.67º52%68.63%-
XYZ22.9534.1326.15-
YUV142.55120.3586.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=21.65%
G=45.10%
B=33.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841751290.5200.260.31149.6736.2550.78
Hex54AF813401A1F962433
Octal12425720164032372264463
Binary101010010101111100000011101000110101111110010110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,175,129); }

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

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

 a { background-color: rgb(84,175,129); }

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

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

 span { border-color: rgb(84,175,129); }

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