#57A87D

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

Shades of Ocean Green #57A87D

Tints of Ocean Green #57A87D

Color information

#57A87D (or 0x57A87D) is unknown color: approx Ocean Green. HEX triplet: 57, A8 and 7D. RGB value is (87,168,125). Sum of RGB (Red+Green+Blue) = 87+168+125=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #57A87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A87D is #A85782. Grayscale: #8A8A8A. Windows color (decimal): -11032451 or 8235095. OLE color: 8235095.

HSL color Cylindrical-coordinate representation of color #57A87D: hue angle of 148.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A87D is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB87168125-
CMYK0.4800.260.34
HSL148.15º31.76%50%-
HSV(B)148.15º48.21%65.88%-
XYZ21.6331.5124.34-
YUV138.88120.1691-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=22.89%
G=44.21%
B=32.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal871681250.4800.260.34148.1531.7650
Hex57A87D3001A22942032
Octal12725017560032422244062
Binary101011110101000111110111000001101010001010010100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,168,125); }

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

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

 a { background-color: rgb(87,168,125); }

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

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

 span { border-color: rgb(87,168,125); }

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