Shades of Ocean Green #57A07C
Tints of Ocean Green #57A07C
RGB
CMYK
RGB Variations
Color information
#57A07C (or 0x57A07C) is known color: Ocean Green. HEX triplet: 57, A0 and 7C. RGB value is (87,160,124). Sum of RGB (Red+Green+Blue) = 87+160+124=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #57A07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A07C is #A85F83. Grayscale: #868686. Windows color (decimal): -11034500 or 8167511. OLE color: 8167511.
HSL color Cylindrical-coordinate representation of color #57A07C: hue angle of 150.41º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A07C is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 160 | 124 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.37 |
| HSL | 150.41º | 0.3% | 0.48% | - |
| HSV(B) | 150.41º | 0.46% | 0.63% | - |
| XYZ | 20.14 | 28.62 | 23.53 | - |
| YUV | 134.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 124 | 0.46 | 0 | 0.22 | 0.37 | 150.41 | 0.3 | 0.48 |
| Hex | 57 | A0 | 7C | 2E | 0 | 16 | 25 | 96 | 1E | 30 |
| Octal | 127 | 240 | 174 | 56 | 0 | 26 | 45 | 226 | 36 | 60 |
| Binary | 1010111 | 10100000 | 1111100 | 101110 | 0 | 10110 | 100101 | 10010110 | 11110 | 110000 |
Color Harmonies of #57A07C
Complementary color
Monochromatic Colors of #57A07C
Black with #57A07C
Text Example
Text Example
White with #57A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A07C; }
p { color: rgb(87,160,124); }
H1.HeaderClassName
{
color: #57A07C;
}
.AnyTagClassName
{
color: #57A07C;
}
</style>
background-color css
<style>
a { background-color: #57A07C; }
a { background-color: rgb(87,160,124); }
div.DivClassName
{
background-color: #57A07C;
}
.BgClassName
{
background-color: #57A07C;
}
</style>
border-color css
<style>
span { border-color: #57A07C; }
span { border-color: rgb(87,160,124); }
td.TdClassName
{
border-color: #57A07C;
}
.TagClassName
{
border-color: #57A07C;
}
</style>