Shades of Ocean Green #57A987
Tints of Ocean Green #57A987
RGB
CMYK
RGB Variations
Color information
#57A987 (or 0x57A987) is known color: Ocean Green. HEX triplet: 57, A9 and 87. RGB value is (87,169,135). Sum of RGB (Red+Green+Blue) = 87+169+135=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #57A987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A987 is #A85678. Grayscale: #8C8C8C. Windows color (decimal): -11032185 or 8890711. OLE color: 8890711.
HSL color Cylindrical-coordinate representation of color #57A987: hue angle of 155.12º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A987 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 169 | 135 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.34 |
| HSL | 155.12º | 0.32% | 0.5% | - |
| HSV(B) | 155.12º | 0.49% | 0.66% | - |
| XYZ | 22.49 | 32.15 | 27.94 | - |
| YUV | 140.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 135 | 0.49 | 0 | 0.20 | 0.34 | 155.12 | 0.32 | 0.5 |
| Hex | 57 | A9 | 87 | 31 | 0 | 14 | 22 | 9B | 20 | 32 |
| Octal | 127 | 251 | 207 | 61 | 0 | 24 | 42 | 233 | 40 | 62 |
| Binary | 1010111 | 10101001 | 10000111 | 110001 | 0 | 10100 | 100010 | 10011011 | 100000 | 110010 |
Color Harmonies of #57A987
Complementary color
Monochromatic Colors of #57A987
Black with #57A987
Text Example
Text Example
White with #57A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A987; }
p { color: rgb(87,169,135); }
H1.HeaderClassName
{
color: #57A987;
}
.AnyTagClassName
{
color: #57A987;
}
</style>
background-color css
<style>
a { background-color: #57A987; }
a { background-color: rgb(87,169,135); }
div.DivClassName
{
background-color: #57A987;
}
.BgClassName
{
background-color: #57A987;
}
</style>
border-color css
<style>
span { border-color: #57A987; }
span { border-color: rgb(87,169,135); }
td.TdClassName
{
border-color: #57A987;
}
.TagClassName
{
border-color: #57A987;
}
</style>