Shades of Ocean Green #5AAF72
Tints of Ocean Green #5AAF72
RGB
CMYK
RGB Variations
Color information
#5AAF72 (or 0x5AAF72) is known color: Ocean Green. HEX triplet: 5A, AF and 72. RGB value is (90,175,114). Sum of RGB (Red+Green+Blue) = 90+175+114=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF72 is #A5508D. Grayscale: #8E8E8E. Windows color (decimal): -10834062 or 7515994. OLE color: 7515994.
HSL color Cylindrical-coordinate representation of color #5AAF72: hue angle of 136.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF72 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 114 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.31 |
| HSL | 136.94º | 0.35% | 0.52% | - |
| HSV(B) | 136.94º | 0.49% | 0.69% | - |
| XYZ | 22.58 | 34.05 | 21.3 | - |
| YUV | 142.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 114 | 0.49 | 0 | 0.35 | 0.31 | 136.94 | 0.35 | 0.52 |
| Hex | 5A | AF | 72 | 31 | 0 | 23 | 1F | 89 | 23 | 34 |
| Octal | 132 | 257 | 162 | 61 | 0 | 43 | 37 | 211 | 43 | 64 |
| Binary | 1011010 | 10101111 | 1110010 | 110001 | 0 | 100011 | 11111 | 10001001 | 100011 | 110100 |
Color Harmonies of #5AAF72
Complementary color
Monochromatic Colors of #5AAF72
Black with #5AAF72
Text Example
Text Example
White with #5AAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF72; }
p { color: rgb(90,175,114); }
H1.HeaderClassName
{
color: #5AAF72;
}
.AnyTagClassName
{
color: #5AAF72;
}
</style>
background-color css
<style>
a { background-color: #5AAF72; }
a { background-color: rgb(90,175,114); }
div.DivClassName
{
background-color: #5AAF72;
}
.BgClassName
{
background-color: #5AAF72;
}
</style>
border-color css
<style>
span { border-color: #5AAF72; }
span { border-color: rgb(90,175,114); }
td.TdClassName
{
border-color: #5AAF72;
}
.TagClassName
{
border-color: #5AAF72;
}
</style>