Shades of Ocean Green #57AB71
Tints of Ocean Green #57AB71
RGB
CMYK
RGB Variations
Color information
#57AB71 (or 0x57AB71) is known color: Ocean Green. HEX triplet: 57, AB and 71. RGB value is (87,171,113). Sum of RGB (Red+Green+Blue) = 87+171+113=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB71 is #A8548E. Grayscale: #8B8B8B. Windows color (decimal): -11031695 or 7449431. OLE color: 7449431.
HSL color Cylindrical-coordinate representation of color #57AB71: hue angle of 138.57º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AB71 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 171 | 113 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.33 |
| HSL | 138.57º | 0.33% | 0.51% | - |
| HSV(B) | 138.57º | 0.49% | 0.67% | - |
| XYZ | 21.47 | 32.34 | 20.73 | - |
| YUV | 139.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 113 | 0.49 | 0 | 0.34 | 0.33 | 138.57 | 0.33 | 0.51 |
| Hex | 57 | AB | 71 | 31 | 0 | 22 | 21 | 8B | 21 | 33 |
| Octal | 127 | 253 | 161 | 61 | 0 | 42 | 41 | 213 | 41 | 63 |
| Binary | 1010111 | 10101011 | 1110001 | 110001 | 0 | 100010 | 100001 | 10001011 | 100001 | 110011 |
Color Harmonies of #57AB71
Complementary color
Monochromatic Colors of #57AB71
Black with #57AB71
Text Example
Text Example
White with #57AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AB71; }
p { color: rgb(87,171,113); }
H1.HeaderClassName
{
color: #57AB71;
}
.AnyTagClassName
{
color: #57AB71;
}
</style>
background-color css
<style>
a { background-color: #57AB71; }
a { background-color: rgb(87,171,113); }
div.DivClassName
{
background-color: #57AB71;
}
.BgClassName
{
background-color: #57AB71;
}
</style>
border-color css
<style>
span { border-color: #57AB71; }
span { border-color: rgb(87,171,113); }
td.TdClassName
{
border-color: #57AB71;
}
.TagClassName
{
border-color: #57AB71;
}
</style>