#57A17F

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

Shades of Ocean Green #57A17F

Tints of Ocean Green #57A17F

Color information

#57A17F (or 0x57A17F) is unknown color: approx Ocean Green. HEX triplet: 57, A1 and 7F. RGB value is (87,161,127). Sum of RGB (Red+Green+Blue) = 87+161+127=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #57A17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A17F is #A85E80. Grayscale: #878787. Windows color (decimal): -11034241 or 8364375. OLE color: 8364375.

HSL color Cylindrical-coordinate representation of color #57A17F: hue angle of 152.43º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A17F is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB87161127-
CMYK0.4600.210.37
HSL152.43º29.84%48.63%-
HSV(B)152.43º45.96%63.14%-
XYZ20.5129.0524.6-
YUV135123.4893.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 161 (63.28% from 255) = 42.93%
BLUE value IS 127 (50% from 255) = 33.87%
R=23.2%
G=42.93%
B=33.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871611270.4600.210.37152.4329.8448.63
Hex57A17F2E01525981e31
Octal12724117756025452303661
Binary10101111010000111111111011100101011001011001100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,161,127); }

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

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

 a { background-color: rgb(87,161,127); }

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

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

 span { border-color: rgb(87,161,127); }

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