Shades of Ocean Green #57AD7C
Tints of Ocean Green #57AD7C
RGB
CMYK
RGB Variations
Color information
#57AD7C (or 0x57AD7C) is known color: Ocean Green. HEX triplet: 57, AD and 7C. RGB value is (87,173,124). Sum of RGB (Red+Green+Blue) = 87+173+124=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AD7C is #A85283. Grayscale: #8D8D8D. Windows color (decimal): -11031172 or 8170839. OLE color: 8170839.
HSL color Cylindrical-coordinate representation of color #57AD7C: hue angle of 145.81º 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 #57AD7C is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 173 | 124 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.32 |
| HSL | 145.81º | 0.34% | 0.51% | - |
| HSV(B) | 145.81º | 0.5% | 0.68% | - |
| XYZ | 22.51 | 33.37 | 24.32 | - |
| YUV | 141.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 124 | 0.50 | 0 | 0.28 | 0.32 | 145.81 | 0.34 | 0.51 |
| Hex | 57 | AD | 7C | 32 | 0 | 1C | 20 | 92 | 22 | 33 |
| Octal | 127 | 255 | 174 | 62 | 0 | 34 | 40 | 222 | 42 | 63 |
| Binary | 1010111 | 10101101 | 1111100 | 110010 | 0 | 11100 | 100000 | 10010010 | 100010 | 110011 |
Color Harmonies of #57AD7C
Complementary color
Monochromatic Colors of #57AD7C
Black with #57AD7C
Text Example
Text Example
White with #57AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AD7C; }
p { color: rgb(87,173,124); }
H1.HeaderClassName
{
color: #57AD7C;
}
.AnyTagClassName
{
color: #57AD7C;
}
</style>
background-color css
<style>
a { background-color: #57AD7C; }
a { background-color: rgb(87,173,124); }
div.DivClassName
{
background-color: #57AD7C;
}
.BgClassName
{
background-color: #57AD7C;
}
</style>
border-color css
<style>
span { border-color: #57AD7C; }
span { border-color: rgb(87,173,124); }
td.TdClassName
{
border-color: #57AD7C;
}
.TagClassName
{
border-color: #57AD7C;
}
</style>