Shades of Ocean Green #57A975
Tints of Ocean Green #57A975
RGB
CMYK
RGB Variations
Color information
#57A975 (or 0x57A975) is known color: Ocean Green. HEX triplet: 57, A9 and 75. RGB value is (87,169,117). Sum of RGB (Red+Green+Blue) = 87+169+117=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #57A975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A975 is #A8568A. Grayscale: #8A8A8A. Windows color (decimal): -11032203 or 7711063. OLE color: 7711063.
HSL color Cylindrical-coordinate representation of color #57A975: hue angle of 141.95º 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 #57A975 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 169 | 117 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.34 |
| HSL | 141.95º | 0.32% | 0.5% | - |
| HSV(B) | 141.95º | 0.49% | 0.66% | - |
| XYZ | 21.33 | 31.69 | 21.82 | - |
| YUV | 138.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 117 | 0.49 | 0 | 0.31 | 0.34 | 141.95 | 0.32 | 0.5 |
| Hex | 57 | A9 | 75 | 31 | 0 | 1F | 22 | 8E | 20 | 32 |
| Octal | 127 | 251 | 165 | 61 | 0 | 37 | 42 | 216 | 40 | 62 |
| Binary | 1010111 | 10101001 | 1110101 | 110001 | 0 | 11111 | 100010 | 10001110 | 100000 | 110010 |
Color Harmonies of #57A975
Complementary color
Monochromatic Colors of #57A975
Black with #57A975
Text Example
Text Example
White with #57A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A975; }
p { color: rgb(87,169,117); }
H1.HeaderClassName
{
color: #57A975;
}
.AnyTagClassName
{
color: #57A975;
}
</style>
background-color css
<style>
a { background-color: #57A975; }
a { background-color: rgb(87,169,117); }
div.DivClassName
{
background-color: #57A975;
}
.BgClassName
{
background-color: #57A975;
}
</style>
border-color css
<style>
span { border-color: #57A975; }
span { border-color: rgb(87,169,117); }
td.TdClassName
{
border-color: #57A975;
}
.TagClassName
{
border-color: #57A975;
}
</style>