Shades of Ocean Green #5AAC81
Tints of Ocean Green #5AAC81
RGB
CMYK
RGB Variations
Color information
#5AAC81 (or 0x5AAC81) is known color: Ocean Green. HEX triplet: 5A, AC and 81. RGB value is (90,172,129). Sum of RGB (Red+Green+Blue) = 90+172+129=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAC81 is #A5537E. Grayscale: #8E8E8E. Windows color (decimal): -10834815 or 8498266. OLE color: 8498266.
HSL color Cylindrical-coordinate representation of color #5AAC81: hue angle of 148.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAC81 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 129 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.33 |
| HSL | 148.54º | 0.33% | 0.51% | - |
| HSV(B) | 148.54º | 0.48% | 0.67% | - |
| XYZ | 22.93 | 33.26 | 25.98 | - |
| YUV | 142.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 129 | 0.48 | 0 | 0.25 | 0.33 | 148.54 | 0.33 | 0.51 |
| Hex | 5A | AC | 81 | 30 | 0 | 19 | 21 | 95 | 21 | 33 |
| Octal | 132 | 254 | 201 | 60 | 0 | 31 | 41 | 225 | 41 | 63 |
| Binary | 1011010 | 10101100 | 10000001 | 110000 | 0 | 11001 | 100001 | 10010101 | 100001 | 110011 |
Color Harmonies of #5AAC81
Complementary color
Monochromatic Colors of #5AAC81
Black with #5AAC81
Text Example
Text Example
White with #5AAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC81; }
p { color: rgb(90,172,129); }
H1.HeaderClassName
{
color: #5AAC81;
}
.AnyTagClassName
{
color: #5AAC81;
}
</style>
background-color css
<style>
a { background-color: #5AAC81; }
a { background-color: rgb(90,172,129); }
div.DivClassName
{
background-color: #5AAC81;
}
.BgClassName
{
background-color: #5AAC81;
}
</style>
border-color css
<style>
span { border-color: #5AAC81; }
span { border-color: rgb(90,172,129); }
td.TdClassName
{
border-color: #5AAC81;
}
.TagClassName
{
border-color: #5AAC81;
}
</style>