Shades of Ocean Green #5AAA80
Tints of Ocean Green #5AAA80
RGB
CMYK
RGB Variations
Color information
#5AAA80 (or 0x5AAA80) is known color: Ocean Green. HEX triplet: 5A, AA and 80. RGB value is (90,170,128). Sum of RGB (Red+Green+Blue) = 90+170+128=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA80 is #A5557F. Grayscale: #8D8D8D. Windows color (decimal): -10835328 or 8432218. OLE color: 8432218.
HSL color Cylindrical-coordinate representation of color #5AAA80: hue angle of 148.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA80 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 128 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.33 |
| HSL | 148.5º | 0.32% | 0.51% | - |
| HSV(B) | 148.5º | 0.47% | 0.67% | - |
| XYZ | 22.49 | 32.48 | 25.51 | - |
| YUV | 141.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 128 | 0.47 | 0 | 0.25 | 0.33 | 148.5 | 0.32 | 0.51 |
| Hex | 5A | AA | 80 | 2F | 0 | 19 | 21 | 94 | 20 | 33 |
| Octal | 132 | 252 | 200 | 57 | 0 | 31 | 41 | 224 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10000000 | 101111 | 0 | 11001 | 100001 | 10010100 | 100000 | 110011 |
Color Harmonies of #5AAA80
Complementary color
Monochromatic Colors of #5AAA80
Black with #5AAA80
Text Example
Text Example
White with #5AAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA80; }
p { color: rgb(90,170,128); }
H1.HeaderClassName
{
color: #5AAA80;
}
.AnyTagClassName
{
color: #5AAA80;
}
</style>
background-color css
<style>
a { background-color: #5AAA80; }
a { background-color: rgb(90,170,128); }
div.DivClassName
{
background-color: #5AAA80;
}
.BgClassName
{
background-color: #5AAA80;
}
</style>
border-color css
<style>
span { border-color: #5AAA80; }
span { border-color: rgb(90,170,128); }
td.TdClassName
{
border-color: #5AAA80;
}
.TagClassName
{
border-color: #5AAA80;
}
</style>