Shades of Ocean Green #57AA86
Tints of Ocean Green #57AA86
RGB
CMYK
RGB Variations
Color information
#57AA86 (or 0x57AA86) is known color: Ocean Green. HEX triplet: 57, AA and 86. RGB value is (87,170,134). Sum of RGB (Red+Green+Blue) = 87+170+134=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AA86 is #A85579. Grayscale: #8D8D8D. Windows color (decimal): -11031930 or 8825431. OLE color: 8825431.
HSL color Cylindrical-coordinate representation of color #57AA86: hue angle of 153.98º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AA86 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 170 | 134 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.33 |
| HSL | 153.98º | 0.33% | 0.5% | - |
| HSV(B) | 153.98º | 0.49% | 0.67% | - |
| XYZ | 22.61 | 32.5 | 27.64 | - |
| YUV | 141.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 134 | 0.49 | 0 | 0.21 | 0.33 | 153.98 | 0.33 | 0.5 |
| Hex | 57 | AA | 86 | 31 | 0 | 15 | 21 | 9A | 21 | 32 |
| Octal | 127 | 252 | 206 | 61 | 0 | 25 | 41 | 232 | 41 | 62 |
| Binary | 1010111 | 10101010 | 10000110 | 110001 | 0 | 10101 | 100001 | 10011010 | 100001 | 110010 |
Color Harmonies of #57AA86
Complementary color
Monochromatic Colors of #57AA86
Black with #57AA86
Text Example
Text Example
White with #57AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AA86; }
p { color: rgb(87,170,134); }
H1.HeaderClassName
{
color: #57AA86;
}
.AnyTagClassName
{
color: #57AA86;
}
</style>
background-color css
<style>
a { background-color: #57AA86; }
a { background-color: rgb(87,170,134); }
div.DivClassName
{
background-color: #57AA86;
}
.BgClassName
{
background-color: #57AA86;
}
</style>
border-color css
<style>
span { border-color: #57AA86; }
span { border-color: rgb(87,170,134); }
td.TdClassName
{
border-color: #57AA86;
}
.TagClassName
{
border-color: #57AA86;
}
</style>