Shades of Ocean Green #57AD7D
Tints of Ocean Green #57AD7D
RGB
CMYK
RGB Variations
Color information
#57AD7D (or 0x57AD7D) is known color: Ocean Green. HEX triplet: 57, AD and 7D. RGB value is (87,173,125). Sum of RGB (Red+Green+Blue) = 87+173+125=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AD7D is #A85282. Grayscale: #8D8D8D. Windows color (decimal): -11031171 or 8236375. OLE color: 8236375.
HSL color Cylindrical-coordinate representation of color #57AD7D: hue angle of 146.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AD7D is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 173 | 125 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.32 |
| HSL | 146.51º | 0.34% | 0.51% | - |
| HSV(B) | 146.51º | 0.5% | 0.68% | - |
| XYZ | 22.58 | 33.39 | 24.66 | - |
| YUV | 141.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 125 | 0.50 | 0 | 0.28 | 0.32 | 146.51 | 0.34 | 0.51 |
| Hex | 57 | AD | 7D | 32 | 0 | 1C | 20 | 93 | 22 | 33 |
| Octal | 127 | 255 | 175 | 62 | 0 | 34 | 40 | 223 | 42 | 63 |
| Binary | 1010111 | 10101101 | 1111101 | 110010 | 0 | 11100 | 100000 | 10010011 | 100010 | 110011 |
Color Harmonies of #57AD7D
Complementary color
Monochromatic Colors of #57AD7D
Black with #57AD7D
Text Example
Text Example
White with #57AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AD7D; }
p { color: rgb(87,173,125); }
H1.HeaderClassName
{
color: #57AD7D;
}
.AnyTagClassName
{
color: #57AD7D;
}
</style>
background-color css
<style>
a { background-color: #57AD7D; }
a { background-color: rgb(87,173,125); }
div.DivClassName
{
background-color: #57AD7D;
}
.BgClassName
{
background-color: #57AD7D;
}
</style>
border-color css
<style>
span { border-color: #57AD7D; }
span { border-color: rgb(87,173,125); }
td.TdClassName
{
border-color: #57AD7D;
}
.TagClassName
{
border-color: #57AD7D;
}
</style>