#57A17B

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

Shades of Ocean Green #57A17B

Tints of Ocean Green #57A17B

Color information

#57A17B (or 0x57A17B) is unknown color: approx Ocean Green. HEX triplet: 57, A1 and 7B. RGB value is (87,161,123). Sum of RGB (Red+Green+Blue) = 87+161+123=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #57A17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A17B is #A85E84. Grayscale: #868686. Windows color (decimal): -11034245 or 8102231. OLE color: 8102231.

HSL color Cylindrical-coordinate representation of color #57A17B: hue angle of 149.19º 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 #57A17B is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB87161123-
CMYK0.4600.240.37
HSL149.19º29.84%48.63%-
HSV(B)149.19º45.96%63.14%-
XYZ20.2528.9523.26-
YUV134.54121.4894.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 161 (63.28% from 255) = 43.40%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=23.45%
G=43.40%
B=33.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871611230.4600.240.37149.1929.8448.63
Hex57A17B2E01825951e31
Octal12724117356030452253661
Binary10101111010000111110111011100110001001011001010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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