Shades of Ocean Green #57B06F
Tints of Ocean Green #57B06F
RGB
CMYK
RGB Variations
Color information
#57B06F (or 0x57B06F) is known color: Ocean Green. HEX triplet: 57, B0 and 6F. RGB value is (87,176,111). Sum of RGB (Red+Green+Blue) = 87+176+111=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #57B06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57B06F is #A84F90. Grayscale: #8E8E8E. Windows color (decimal): -11030417 or 7319639. OLE color: 7319639.
HSL color Cylindrical-coordinate representation of color #57B06F: hue angle of 136.18º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B06F is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 176 | 111 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.31 |
| HSL | 136.18º | 0.36% | 0.52% | - |
| HSV(B) | 136.18º | 0.51% | 0.69% | - |
| XYZ | 22.33 | 34.22 | 20.47 | - |
| YUV | 141.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 176 | 111 | 0.51 | 0 | 0.37 | 0.31 | 136.18 | 0.36 | 0.52 |
| Hex | 57 | B0 | 6F | 33 | 0 | 25 | 1F | 88 | 24 | 34 |
| Octal | 127 | 260 | 157 | 63 | 0 | 45 | 37 | 210 | 44 | 64 |
| Binary | 1010111 | 10110000 | 1101111 | 110011 | 0 | 100101 | 11111 | 10001000 | 100100 | 110100 |
Color Harmonies of #57B06F
Complementary color
Monochromatic Colors of #57B06F
Black with #57B06F
Text Example
Text Example
White with #57B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B06F; }
p { color: rgb(87,176,111); }
H1.HeaderClassName
{
color: #57B06F;
}
.AnyTagClassName
{
color: #57B06F;
}
</style>
background-color css
<style>
a { background-color: #57B06F; }
a { background-color: rgb(87,176,111); }
div.DivClassName
{
background-color: #57B06F;
}
.BgClassName
{
background-color: #57B06F;
}
</style>
border-color css
<style>
span { border-color: #57B06F; }
span { border-color: rgb(87,176,111); }
td.TdClassName
{
border-color: #57B06F;
}
.TagClassName
{
border-color: #57B06F;
}
</style>