Shades of Ocean Green #57B575
Tints of Ocean Green #57B575
RGB
CMYK
RGB Variations
Color information
#57B575 (or 0x57B575) is known color: Ocean Green. HEX triplet: 57, B5 and 75. RGB value is (87,181,117). Sum of RGB (Red+Green+Blue) = 87+181+117=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #57B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57B575 is #A84A8A. Grayscale: #919191. Windows color (decimal): -11029131 or 7714135. OLE color: 7714135.
HSL color Cylindrical-coordinate representation of color #57B575: hue angle of 139.15º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B575 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 181 | 117 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.29 |
| HSL | 139.15º | 0.39% | 0.53% | - |
| HSV(B) | 139.15º | 0.52% | 0.71% | - |
| XYZ | 23.67 | 36.36 | 22.6 | - |
| YUV | 145.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 181 | 117 | 0.52 | 0 | 0.35 | 0.29 | 139.15 | 0.39 | 0.53 |
| Hex | 57 | B5 | 75 | 34 | 0 | 23 | 1D | 8B | 27 | 35 |
| Octal | 127 | 265 | 165 | 64 | 0 | 43 | 35 | 213 | 47 | 65 |
| Binary | 1010111 | 10110101 | 1110101 | 110100 | 0 | 100011 | 11101 | 10001011 | 100111 | 110101 |
Color Harmonies of #57B575
Complementary color
Monochromatic Colors of #57B575
Black with #57B575
Text Example
Text Example
White with #57B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B575; }
p { color: rgb(87,181,117); }
H1.HeaderClassName
{
color: #57B575;
}
.AnyTagClassName
{
color: #57B575;
}
</style>
background-color css
<style>
a { background-color: #57B575; }
a { background-color: rgb(87,181,117); }
div.DivClassName
{
background-color: #57B575;
}
.BgClassName
{
background-color: #57B575;
}
</style>
border-color css
<style>
span { border-color: #57B575; }
span { border-color: rgb(87,181,117); }
td.TdClassName
{
border-color: #57B575;
}
.TagClassName
{
border-color: #57B575;
}
</style>