Shades of Ocean Green #5AAB81
Tints of Ocean Green #5AAB81
RGB
CMYK
RGB Variations
Color information
#5AAB81 (or 0x5AAB81) is known color: Ocean Green. HEX triplet: 5A, AB and 81. RGB value is (90,171,129). Sum of RGB (Red+Green+Blue) = 90+171+129=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAB81 is #A5547E. Grayscale: #8E8E8E. Windows color (decimal): -10835071 or 8498010. OLE color: 8498010.
HSL color Cylindrical-coordinate representation of color #5AAB81: hue angle of 148.89º degrees, saturation: 0.33, 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 #5AAB81 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 129 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.33 |
| HSL | 148.89º | 0.33% | 0.51% | - |
| HSV(B) | 148.89º | 0.47% | 0.67% | - |
| XYZ | 22.74 | 32.88 | 25.92 | - |
| YUV | 141.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 129 | 0.47 | 0 | 0.25 | 0.33 | 148.89 | 0.33 | 0.51 |
| Hex | 5A | AB | 81 | 2F | 0 | 19 | 21 | 95 | 21 | 33 |
| Octal | 132 | 253 | 201 | 57 | 0 | 31 | 41 | 225 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10000001 | 101111 | 0 | 11001 | 100001 | 10010101 | 100001 | 110011 |
Color Harmonies of #5AAB81
Complementary color
Monochromatic Colors of #5AAB81
Black with #5AAB81
Text Example
Text Example
White with #5AAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB81; }
p { color: rgb(90,171,129); }
H1.HeaderClassName
{
color: #5AAB81;
}
.AnyTagClassName
{
color: #5AAB81;
}
</style>
background-color css
<style>
a { background-color: #5AAB81; }
a { background-color: rgb(90,171,129); }
div.DivClassName
{
background-color: #5AAB81;
}
.BgClassName
{
background-color: #5AAB81;
}
</style>
border-color css
<style>
span { border-color: #5AAB81; }
span { border-color: rgb(90,171,129); }
td.TdClassName
{
border-color: #5AAB81;
}
.TagClassName
{
border-color: #5AAB81;
}
</style>