#57A17A

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

Shades of Ocean Green #57A17A

Tints of Ocean Green #57A17A

Color information

#57A17A (or 0x57A17A) is unknown color: approx Ocean Green. HEX triplet: 57, A1 and 7A. RGB value is (87,161,122). Sum of RGB (Red+Green+Blue) = 87+161+122=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #57A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A17A is #A85E85. Grayscale: #868686. Windows color (decimal): -11034246 or 8036695. OLE color: 8036695.

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

Color convert

RGB87161122-
CMYK0.4600.240.37
HSL148.38º29.84%48.63%-
HSV(B)148.38º45.96%63.14%-
XYZ20.1928.9222.93-
YUV134.43120.9894.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 161 (63.28% from 255) = 43.51%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=23.51%
G=43.51%
B=32.97%

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
Decimal871611220.4600.240.37148.3829.8448.63
Hex57A17A2E01825941e31
Octal12724117256030452243661
Binary10101111010000111110101011100110001001011001010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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