Shades of Ocean Green #57B17E
Tints of Ocean Green #57B17E
RGB
CMYK
RGB Variations
Color information
#57B17E (or 0x57B17E) is known color: Ocean Green. HEX triplet: 57, B1 and 7E. RGB value is (87,177,126). Sum of RGB (Red+Green+Blue) = 87+177+126=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #57B17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57B17E is #A84E81. Grayscale: #909090. Windows color (decimal): -11030146 or 8302935. OLE color: 8302935.
HSL color Cylindrical-coordinate representation of color #57B17E: hue angle of 146º degrees, saturation: 0.37, 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 #57B17E is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 177 | 126 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.31 |
| HSL | 146º | 0.37% | 0.52% | - |
| HSV(B) | 146º | 0.51% | 0.69% | - |
| XYZ | 23.42 | 34.98 | 25.26 | - |
| YUV | 144.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 177 | 126 | 0.51 | 0 | 0.29 | 0.31 | 146 | 0.37 | 0.52 |
| Hex | 57 | B1 | 7E | 33 | 0 | 1D | 1F | 92 | 25 | 34 |
| Octal | 127 | 261 | 176 | 63 | 0 | 35 | 37 | 222 | 45 | 64 |
| Binary | 1010111 | 10110001 | 1111110 | 110011 | 0 | 11101 | 11111 | 10010010 | 100101 | 110100 |
Color Harmonies of #57B17E
Complementary color
Monochromatic Colors of #57B17E
Black with #57B17E
Text Example
Text Example
White with #57B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B17E; }
p { color: rgb(87,177,126); }
H1.HeaderClassName
{
color: #57B17E;
}
.AnyTagClassName
{
color: #57B17E;
}
</style>
background-color css
<style>
a { background-color: #57B17E; }
a { background-color: rgb(87,177,126); }
div.DivClassName
{
background-color: #57B17E;
}
.BgClassName
{
background-color: #57B17E;
}
</style>
border-color css
<style>
span { border-color: #57B17E; }
span { border-color: rgb(87,177,126); }
td.TdClassName
{
border-color: #57B17E;
}
.TagClassName
{
border-color: #57B17E;
}
</style>