#57AD71

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

Shades of Ocean Green #57AD71

Tints of Ocean Green #57AD71

Color information

#57AD71 (or 0x57AD71) is unknown color: approx Ocean Green. HEX triplet: 57, AD and 71. RGB value is (87,173,113). Sum of RGB (Red+Green+Blue) = 87+173+113=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AD71 is #A8528E. Grayscale: #8C8C8C. Windows color (decimal): -11031183 or 7449943. OLE color: 7449943.

HSL color Cylindrical-coordinate representation of color #57AD71: hue angle of 138.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AD71 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB87173113-
CMYK0.5000.350.32
HSL138.14º34.4%50.98%-
HSV(B)138.14º49.71%67.84%-
XYZ21.8533.1120.86-
YUV140.45112.5189.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=23.32%
G=46.38%
B=30.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871731130.5000.350.32138.1434.450.98
Hex57AD7132023208a2233
Octal12725516162043402124263
Binary1010111101011011110001110010010001110000010001010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,173,113); }

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

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

 a { background-color: rgb(87,173,113); }

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

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

 span { border-color: rgb(87,173,113); }

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