Shades of Ocean Green #57A07D
Tints of Ocean Green #57A07D
RGB
CMYK
RGB Variations
Color information
#57A07D (or 0x57A07D) is known color: Ocean Green. HEX triplet: 57, A0 and 7D. RGB value is (87,160,125). Sum of RGB (Red+Green+Blue) = 87+160+125=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #57A07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A07D is #A85F82. Grayscale: #868686. Windows color (decimal): -11034499 or 8233047. OLE color: 8233047.
HSL color Cylindrical-coordinate representation of color #57A07D: hue angle of 151.23º 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 #57A07D is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 160 | 125 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.37 |
| HSL | 151.23º | 0.3% | 0.48% | - |
| HSV(B) | 151.23º | 0.46% | 0.63% | - |
| XYZ | 20.2 | 28.65 | 23.87 | - |
| YUV | 134.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 125 | 0.46 | 0 | 0.22 | 0.37 | 151.23 | 0.3 | 0.48 |
| Hex | 57 | A0 | 7D | 2E | 0 | 16 | 25 | 97 | 1E | 30 |
| Octal | 127 | 240 | 175 | 56 | 0 | 26 | 45 | 227 | 36 | 60 |
| Binary | 1010111 | 10100000 | 1111101 | 101110 | 0 | 10110 | 100101 | 10010111 | 11110 | 110000 |
Color Harmonies of #57A07D
Complementary color
Monochromatic Colors of #57A07D
Black with #57A07D
Text Example
Text Example
White with #57A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A07D; }
p { color: rgb(87,160,125); }
H1.HeaderClassName
{
color: #57A07D;
}
.AnyTagClassName
{
color: #57A07D;
}
</style>
background-color css
<style>
a { background-color: #57A07D; }
a { background-color: rgb(87,160,125); }
div.DivClassName
{
background-color: #57A07D;
}
.BgClassName
{
background-color: #57A07D;
}
</style>
border-color css
<style>
span { border-color: #57A07D; }
span { border-color: rgb(87,160,125); }
td.TdClassName
{
border-color: #57A07D;
}
.TagClassName
{
border-color: #57A07D;
}
</style>