Shades of Ocean Green #57AB85
Tints of Ocean Green #57AB85
RGB
CMYK
RGB Variations
Color information
#57AB85 (or 0x57AB85) is known color: Ocean Green. HEX triplet: 57, AB and 85. RGB value is (87,171,133). Sum of RGB (Red+Green+Blue) = 87+171+133=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AB85 is #A8547A. Grayscale: #8D8D8D. Windows color (decimal): -11031675 or 8760151. OLE color: 8760151.
HSL color Cylindrical-coordinate representation of color #57AB85: hue angle of 152.86º 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 #57AB85 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 171 | 133 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.33 |
| HSL | 152.86º | 0.33% | 0.51% | - |
| HSV(B) | 152.86º | 0.49% | 0.67% | - |
| XYZ | 22.73 | 32.85 | 27.33 | - |
| YUV | 141.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 133 | 0.49 | 0 | 0.22 | 0.33 | 152.86 | 0.33 | 0.51 |
| Hex | 57 | AB | 85 | 31 | 0 | 16 | 21 | 99 | 21 | 33 |
| Octal | 127 | 253 | 205 | 61 | 0 | 26 | 41 | 231 | 41 | 63 |
| Binary | 1010111 | 10101011 | 10000101 | 110001 | 0 | 10110 | 100001 | 10011001 | 100001 | 110011 |
Color Harmonies of #57AB85
Complementary color
Monochromatic Colors of #57AB85
Black with #57AB85
Text Example
Text Example
White with #57AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AB85; }
p { color: rgb(87,171,133); }
H1.HeaderClassName
{
color: #57AB85;
}
.AnyTagClassName
{
color: #57AB85;
}
</style>
background-color css
<style>
a { background-color: #57AB85; }
a { background-color: rgb(87,171,133); }
div.DivClassName
{
background-color: #57AB85;
}
.BgClassName
{
background-color: #57AB85;
}
</style>
border-color css
<style>
span { border-color: #57AB85; }
span { border-color: rgb(87,171,133); }
td.TdClassName
{
border-color: #57AB85;
}
.TagClassName
{
border-color: #57AB85;
}
</style>