Shades of Ocean Green #57A874
Tints of Ocean Green #57A874
RGB
CMYK
RGB Variations
Color information
#57A874 (or 0x57A874) is known color: Ocean Green. HEX triplet: 57, A8 and 74. RGB value is (87,168,116). Sum of RGB (Red+Green+Blue) = 87+168+116=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #57A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A874 is #A8578B. Grayscale: #898989. Windows color (decimal): -11032460 or 7645271. OLE color: 7645271.
HSL color Cylindrical-coordinate representation of color #57A874: hue angle of 141.48º 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 #57A874 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 168 | 116 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.34 |
| HSL | 141.48º | 0.32% | 0.5% | - |
| HSV(B) | 141.48º | 0.48% | 0.66% | - |
| XYZ | 21.09 | 31.29 | 21.45 | - |
| YUV | 137.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 116 | 0.48 | 0 | 0.31 | 0.34 | 141.48 | 0.32 | 0.5 |
| Hex | 57 | A8 | 74 | 30 | 0 | 1F | 22 | 8D | 20 | 32 |
| Octal | 127 | 250 | 164 | 60 | 0 | 37 | 42 | 215 | 40 | 62 |
| Binary | 1010111 | 10101000 | 1110100 | 110000 | 0 | 11111 | 100010 | 10001101 | 100000 | 110010 |
Color Harmonies of #57A874
Complementary color
Monochromatic Colors of #57A874
Black with #57A874
Text Example
Text Example
White with #57A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A874; }
p { color: rgb(87,168,116); }
H1.HeaderClassName
{
color: #57A874;
}
.AnyTagClassName
{
color: #57A874;
}
</style>
background-color css
<style>
a { background-color: #57A874; }
a { background-color: rgb(87,168,116); }
div.DivClassName
{
background-color: #57A874;
}
.BgClassName
{
background-color: #57A874;
}
</style>
border-color css
<style>
span { border-color: #57A874; }
span { border-color: rgb(87,168,116); }
td.TdClassName
{
border-color: #57A874;
}
.TagClassName
{
border-color: #57A874;
}
</style>