#57A670

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

Shades of Ocean Green #57A670

Tints of Ocean Green #57A670

Color information

#57A670 (or 0x57A670) is unknown color: approx Ocean Green. HEX triplet: 57, A6 and 70. RGB value is (87,166,112). Sum of RGB (Red+Green+Blue) = 87+166+112=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #57A670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A670 is #A8598F. Grayscale: #888888. Windows color (decimal): -11032976 or 7382615. OLE color: 7382615.

HSL color Cylindrical-coordinate representation of color #57A670: hue angle of 138.99º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A670 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB87166112-
CMYK0.4800.330.35
HSL138.99º31.23%49.61%-
HSV(B)138.99º47.59%65.1%-
XYZ20.4930.4720.13-
YUV136.22114.3392.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=23.84%
G=45.48%
B=30.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871661120.4800.330.35138.9931.2349.61
Hex57A67030021238b1f32
Octal12724616060041432133762
Binary101011110100110111000011000001000011000111000101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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