#57AE81

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

Shades of Ocean Green #57AE81

Tints of Ocean Green #57AE81

Color information

#57AE81 (or 0x57AE81) is unknown color: approx Ocean Green. HEX triplet: 57, AE and 81. RGB value is (87,174,129). Sum of RGB (Red+Green+Blue) = 87+174+129=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #57AE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AE81 is #A8517E. Grayscale: #8E8E8E. Windows color (decimal): -11030911 or 8498775. OLE color: 8498775.

HSL color Cylindrical-coordinate representation of color #57AE81: hue angle of 148.97º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AE81 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB87174129-
CMYK0.500.260.32
HSL148.97º34.94%51.18%-
HSV(B)148.97º50%68.24%-
XYZ23.0333.8826.1-
YUV142.86120.1888.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=22.31%
G=44.62%
B=33.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871741290.500.260.32148.9734.9451.18
Hex57AE813201A20952333
Octal12725620162032402254363
Binary1010111101011101000000111001001101010000010010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57AE81; }

 p { color: rgb(87,174,129); }

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

<style>
 a { background-color: #57AE81; }

 a { background-color: rgb(87,174,129); }

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

<style>
 span { border-color: #57AE81; }

 span { border-color: rgb(87,174,129); }

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