Shades of Ocean Green #57A775
Tints of Ocean Green #57A775
RGB
CMYK
RGB Variations
Color information
#57A775 (or 0x57A775) is known color: Ocean Green. HEX triplet: 57, A7 and 75. RGB value is (87,167,117). Sum of RGB (Red+Green+Blue) = 87+167+117=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #57A775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A775 is #A8588A. Grayscale: #898989. Windows color (decimal): -11032715 or 7710551. OLE color: 7710551.
HSL color Cylindrical-coordinate representation of color #57A775: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A775 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 167 | 117 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.35 |
| HSL | 142.5º | 0.31% | 0.5% | - |
| HSV(B) | 142.5º | 0.48% | 0.65% | - |
| XYZ | 20.96 | 30.95 | 21.7 | - |
| YUV | 137.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 117 | 0.48 | 0 | 0.30 | 0.35 | 142.5 | 0.31 | 0.5 |
| Hex | 57 | A7 | 75 | 30 | 0 | 1E | 23 | 8E | 1F | 32 |
| Octal | 127 | 247 | 165 | 60 | 0 | 36 | 43 | 216 | 37 | 62 |
| Binary | 1010111 | 10100111 | 1110101 | 110000 | 0 | 11110 | 100011 | 10001110 | 11111 | 110010 |
Color Harmonies of #57A775
Complementary color
Monochromatic Colors of #57A775
Black with #57A775
Text Example
Text Example
White with #57A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A775; }
p { color: rgb(87,167,117); }
H1.HeaderClassName
{
color: #57A775;
}
.AnyTagClassName
{
color: #57A775;
}
</style>
background-color css
<style>
a { background-color: #57A775; }
a { background-color: rgb(87,167,117); }
div.DivClassName
{
background-color: #57A775;
}
.BgClassName
{
background-color: #57A775;
}
</style>
border-color css
<style>
span { border-color: #57A775; }
span { border-color: rgb(87,167,117); }
td.TdClassName
{
border-color: #57A775;
}
.TagClassName
{
border-color: #57A775;
}
</style>