Shades of Ocean Green #5AAD7C
Tints of Ocean Green #5AAD7C
RGB
CMYK
RGB Variations
Color information
#5AAD7C (or 0x5AAD7C) is known color: Ocean Green. HEX triplet: 5A, AD and 7C. RGB value is (90,173,124). Sum of RGB (Red+Green+Blue) = 90+173+124=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD7C is #A55283. Grayscale: #8E8E8E. Windows color (decimal): -10834564 or 8170842. OLE color: 8170842.
HSL color Cylindrical-coordinate representation of color #5AAD7C: hue angle of 144.58º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAD7C is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 124 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.32 |
| HSL | 144.58º | 0.34% | 0.52% | - |
| HSV(B) | 144.58º | 0.48% | 0.68% | - |
| XYZ | 22.8 | 33.52 | 24.34 | - |
| YUV | 142.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 124 | 0.48 | 0 | 0.28 | 0.32 | 144.58 | 0.34 | 0.52 |
| Hex | 5A | AD | 7C | 30 | 0 | 1C | 20 | 91 | 22 | 34 |
| Octal | 132 | 255 | 174 | 60 | 0 | 34 | 40 | 221 | 42 | 64 |
| Binary | 1011010 | 10101101 | 1111100 | 110000 | 0 | 11100 | 100000 | 10010001 | 100010 | 110100 |
Color Harmonies of #5AAD7C
Complementary color
Monochromatic Colors of #5AAD7C
Black with #5AAD7C
Text Example
Text Example
White with #5AAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAD7C; }
p { color: rgb(90,173,124); }
H1.HeaderClassName
{
color: #5AAD7C;
}
.AnyTagClassName
{
color: #5AAD7C;
}
</style>
background-color css
<style>
a { background-color: #5AAD7C; }
a { background-color: rgb(90,173,124); }
div.DivClassName
{
background-color: #5AAD7C;
}
.BgClassName
{
background-color: #5AAD7C;
}
</style>
border-color css
<style>
span { border-color: #5AAD7C; }
span { border-color: rgb(90,173,124); }
td.TdClassName
{
border-color: #5AAD7C;
}
.TagClassName
{
border-color: #5AAD7C;
}
</style>