#57A470

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

Shades of Ocean Green #57A470

Tints of Ocean Green #57A470

Color information

#57A470 (or 0x57A470) is unknown color: approx Ocean Green. HEX triplet: 57, A4 and 70. RGB value is (87,164,112). Sum of RGB (Red+Green+Blue) = 87+164+112=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #57A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A470 is #A85B8F. Grayscale: #878787. Windows color (decimal): -11033488 or 7382103. OLE color: 7382103.

HSL color Cylindrical-coordinate representation of color #57A470: hue angle of 139.48º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A470 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB87164112-
CMYK0.4700.320.36
HSL139.48º30.68%49.22%-
HSV(B)139.48º46.95%64.31%-
XYZ20.1329.7520.01-
YUV135.05114.9993.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 164 (64.45% from 255) = 45.18%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=23.97%
G=45.18%
B=30.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871641120.4700.320.36139.4830.6849.22
Hex57A4702F020248b1f31
Octal12724416057040442133761
Binary101011110100100111000010111101000001001001000101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,164,112); }

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

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

 a { background-color: rgb(87,164,112); }

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

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

 span { border-color: rgb(87,164,112); }

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