Shades of Ocean Green #57B17C
Tints of Ocean Green #57B17C
RGB
CMYK
RGB Variations
Color information
#57B17C (or 0x57B17C) is known color: Ocean Green. HEX triplet: 57, B1 and 7C. RGB value is (87,177,124). Sum of RGB (Red+Green+Blue) = 87+177+124=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #57B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57B17C is #A84E83. Grayscale: #909090. Windows color (decimal): -11030148 or 8171863. OLE color: 8171863.
HSL color Cylindrical-coordinate representation of color #57B17C: hue angle of 144.67º 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 #57B17C is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 177 | 124 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.31 |
| HSL | 144.67º | 0.37% | 0.52% | - |
| HSV(B) | 144.67º | 0.51% | 0.69% | - |
| XYZ | 23.29 | 34.93 | 24.58 | - |
| YUV | 144.05 | 116.68 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 177 | 124 | 0.51 | 0 | 0.30 | 0.31 | 144.67 | 0.37 | 0.52 |
| Hex | 57 | B1 | 7C | 33 | 0 | 1E | 1F | 91 | 25 | 34 |
| Octal | 127 | 261 | 174 | 63 | 0 | 36 | 37 | 221 | 45 | 64 |
| Binary | 1010111 | 10110001 | 1111100 | 110011 | 0 | 11110 | 11111 | 10010001 | 100101 | 110100 |
Color Harmonies of #57B17C
Complementary color
Monochromatic Colors of #57B17C
Black with #57B17C
Text Example
Text Example
White with #57B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B17C; }
p { color: rgb(87,177,124); }
H1.HeaderClassName
{
color: #57B17C;
}
.AnyTagClassName
{
color: #57B17C;
}
</style>
background-color css
<style>
a { background-color: #57B17C; }
a { background-color: rgb(87,177,124); }
div.DivClassName
{
background-color: #57B17C;
}
.BgClassName
{
background-color: #57B17C;
}
</style>
border-color css
<style>
span { border-color: #57B17C; }
span { border-color: rgb(87,177,124); }
td.TdClassName
{
border-color: #57B17C;
}
.TagClassName
{
border-color: #57B17C;
}
</style>