Shades of Ocean Green #57A881
Tints of Ocean Green #57A881
RGB
CMYK
RGB Variations
Color information
#57A881 (or 0x57A881) is known color: Ocean Green. HEX triplet: 57, A8 and 81. RGB value is (87,168,129). Sum of RGB (Red+Green+Blue) = 87+168+129=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #57A881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A881 is #A8577E. Grayscale: #8B8B8B. Windows color (decimal): -11032447 or 8497239. OLE color: 8497239.
HSL color Cylindrical-coordinate representation of color #57A881: hue angle of 151.11º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A881 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 168 | 129 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.34 |
| HSL | 151.11º | 0.32% | 0.5% | - |
| HSV(B) | 151.11º | 0.48% | 0.66% | - |
| XYZ | 21.9 | 31.62 | 25.72 | - |
| YUV | 139.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 129 | 0.48 | 0 | 0.23 | 0.34 | 151.11 | 0.32 | 0.5 |
| Hex | 57 | A8 | 81 | 30 | 0 | 17 | 22 | 97 | 20 | 32 |
| Octal | 127 | 250 | 201 | 60 | 0 | 27 | 42 | 227 | 40 | 62 |
| Binary | 1010111 | 10101000 | 10000001 | 110000 | 0 | 10111 | 100010 | 10010111 | 100000 | 110010 |
Color Harmonies of #57A881
Complementary color
Monochromatic Colors of #57A881
Black with #57A881
Text Example
Text Example
White with #57A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A881; }
p { color: rgb(87,168,129); }
H1.HeaderClassName
{
color: #57A881;
}
.AnyTagClassName
{
color: #57A881;
}
</style>
background-color css
<style>
a { background-color: #57A881; }
a { background-color: rgb(87,168,129); }
div.DivClassName
{
background-color: #57A881;
}
.BgClassName
{
background-color: #57A881;
}
</style>
border-color css
<style>
span { border-color: #57A881; }
span { border-color: rgb(87,168,129); }
td.TdClassName
{
border-color: #57A881;
}
.TagClassName
{
border-color: #57A881;
}
</style>