Shades of Ocean Green #57B27E
Tints of Ocean Green #57B27E
RGB
CMYK
RGB Variations
Color information
#57B27E (or 0x57B27E) is known color: Ocean Green. HEX triplet: 57, B2 and 7E. RGB value is (87,178,126). Sum of RGB (Red+Green+Blue) = 87+178+126=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #57B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57B27E is #A84D81. Grayscale: #909090. Windows color (decimal): -11029890 or 8303191. OLE color: 8303191.
HSL color Cylindrical-coordinate representation of color #57B27E: hue angle of 145.71º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B27E is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 178 | 126 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.30 |
| HSL | 145.71º | 0.37% | 0.52% | - |
| HSV(B) | 145.71º | 0.51% | 0.7% | - |
| XYZ | 23.62 | 35.37 | 25.32 | - |
| YUV | 144.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 178 | 126 | 0.51 | 0 | 0.29 | 0.30 | 145.71 | 0.37 | 0.52 |
| Hex | 57 | B2 | 7E | 33 | 0 | 1D | 1E | 92 | 25 | 34 |
| Octal | 127 | 262 | 176 | 63 | 0 | 35 | 36 | 222 | 45 | 64 |
| Binary | 1010111 | 10110010 | 1111110 | 110011 | 0 | 11101 | 11110 | 10010010 | 100101 | 110100 |
Color Harmonies of #57B27E
Complementary color
Monochromatic Colors of #57B27E
Black with #57B27E
Text Example
Text Example
White with #57B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B27E; }
p { color: rgb(87,178,126); }
H1.HeaderClassName
{
color: #57B27E;
}
.AnyTagClassName
{
color: #57B27E;
}
</style>
background-color css
<style>
a { background-color: #57B27E; }
a { background-color: rgb(87,178,126); }
div.DivClassName
{
background-color: #57B27E;
}
.BgClassName
{
background-color: #57B27E;
}
</style>
border-color css
<style>
span { border-color: #57B27E; }
span { border-color: rgb(87,178,126); }
td.TdClassName
{
border-color: #57B27E;
}
.TagClassName
{
border-color: #57B27E;
}
</style>