Shades of Ocean Green #57B57B
Tints of Ocean Green #57B57B
RGB
CMYK
RGB Variations
Color information
#57B57B (or 0x57B57B) is known color: Ocean Green. HEX triplet: 57, B5 and 7B. RGB value is (87,181,123). Sum of RGB (Red+Green+Blue) = 87+181+123=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #57B57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57B57B is #A84A84. Grayscale: #929292. Windows color (decimal): -11029125 or 8107351. OLE color: 8107351.
HSL color Cylindrical-coordinate representation of color #57B57B: hue angle of 142.98º 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 #57B57B is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 181 | 123 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.29 |
| HSL | 142.98º | 0.39% | 0.53% | - |
| HSV(B) | 142.98º | 0.52% | 0.71% | - |
| XYZ | 24.03 | 36.5 | 24.52 | - |
| YUV | 146.28 | 114.86 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 181 | 123 | 0.52 | 0 | 0.32 | 0.29 | 142.98 | 0.39 | 0.53 |
| Hex | 57 | B5 | 7B | 34 | 0 | 20 | 1D | 8F | 27 | 35 |
| Octal | 127 | 265 | 173 | 64 | 0 | 40 | 35 | 217 | 47 | 65 |
| Binary | 1010111 | 10110101 | 1111011 | 110100 | 0 | 100000 | 11101 | 10001111 | 100111 | 110101 |
Color Harmonies of #57B57B
Complementary color
Monochromatic Colors of #57B57B
Black with #57B57B
Text Example
Text Example
White with #57B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B57B; }
p { color: rgb(87,181,123); }
H1.HeaderClassName
{
color: #57B57B;
}
.AnyTagClassName
{
color: #57B57B;
}
</style>
background-color css
<style>
a { background-color: #57B57B; }
a { background-color: rgb(87,181,123); }
div.DivClassName
{
background-color: #57B57B;
}
.BgClassName
{
background-color: #57B57B;
}
</style>
border-color css
<style>
span { border-color: #57B57B; }
span { border-color: rgb(87,181,123); }
td.TdClassName
{
border-color: #57B57B;
}
.TagClassName
{
border-color: #57B57B;
}
</style>