#57A069

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

Shades of Ocean Green #57A069

Tints of Ocean Green #57A069

Color information

#57A069 (or 0x57A069) is unknown color: approx Ocean Green. HEX triplet: 57, A0 and 69. RGB value is (87,160,105). Sum of RGB (Red+Green+Blue) = 87+160+105=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #57A069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A069 is #A85F96. Grayscale: #848484. Windows color (decimal): -11034519 or 6922327. OLE color: 6922327.

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

Color convert

RGB87160105-
CMYK0.4600.340.37
HSL134.79º29.55%48.43%-
HSV(B)134.79º45.63%62.75%-
XYZ19.0528.1917.8-
YUV131.9112.8295.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 160 (62.89% from 255) = 45.45%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=24.72%
G=45.45%
B=29.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871601050.4600.340.37134.7929.5548.43
Hex57A0692E02225871e30
Octal12724015156042452073660
Binary101011110100000110100110111001000101001011000011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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