#57A073

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

Shades of Ocean Green #57A073

Tints of Ocean Green #57A073

Color information

#57A073 (or 0x57A073) is unknown color: approx Ocean Green. HEX triplet: 57, A0 and 73. RGB value is (87,160,115). Sum of RGB (Red+Green+Blue) = 87+160+115=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #57A073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A073 is #A85F8C. Grayscale: #858585. Windows color (decimal): -11034509 or 7577687. OLE color: 7577687.

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

Color convert

RGB87160115-
CMYK0.4600.280.37
HSL143.01º29.55%48.43%-
HSV(B)143.01º45.63%62.75%-
XYZ19.628.4120.67-
YUV133.04117.8295.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=24.03%
G=44.20%
B=31.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871601150.4600.280.37143.0129.5548.43
Hex57A0732E01C258f1e30
Octal12724016356034452173660
Binary10101111010000011100111011100111001001011000111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,160,115); }

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

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

 a { background-color: rgb(87,160,115); }

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

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

 span { border-color: rgb(87,160,115); }

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