Shades of Ocean Green #5AAB70
Tints of Ocean Green #5AAB70
RGB
CMYK
RGB Variations
Color information
#5AAB70 (or 0x5AAB70) is known color: Ocean Green. HEX triplet: 5A, AB and 70. RGB value is (90,171,112). Sum of RGB (Red+Green+Blue) = 90+171+112=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB70 is #A5548F. Grayscale: #8C8C8C. Windows color (decimal): -10835088 or 7383898. OLE color: 7383898.
HSL color Cylindrical-coordinate representation of color #5AAB70: hue angle of 136.3º 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 #5AAB70 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 112 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.33 |
| HSL | 136.3º | 0.33% | 0.51% | - |
| HSV(B) | 136.3º | 0.47% | 0.67% | - |
| XYZ | 21.7 | 32.47 | 20.45 | - |
| YUV | 140.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 112 | 0.47 | 0 | 0.35 | 0.33 | 136.3 | 0.33 | 0.51 |
| Hex | 5A | AB | 70 | 2F | 0 | 23 | 21 | 88 | 21 | 33 |
| Octal | 132 | 253 | 160 | 57 | 0 | 43 | 41 | 210 | 41 | 63 |
| Binary | 1011010 | 10101011 | 1110000 | 101111 | 0 | 100011 | 100001 | 10001000 | 100001 | 110011 |
Color Harmonies of #5AAB70
Complementary color
Monochromatic Colors of #5AAB70
Black with #5AAB70
Text Example
Text Example
White with #5AAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB70; }
p { color: rgb(90,171,112); }
H1.HeaderClassName
{
color: #5AAB70;
}
.AnyTagClassName
{
color: #5AAB70;
}
</style>
background-color css
<style>
a { background-color: #5AAB70; }
a { background-color: rgb(90,171,112); }
div.DivClassName
{
background-color: #5AAB70;
}
.BgClassName
{
background-color: #5AAB70;
}
</style>
border-color css
<style>
span { border-color: #5AAB70; }
span { border-color: rgb(90,171,112); }
td.TdClassName
{
border-color: #5AAB70;
}
.TagClassName
{
border-color: #5AAB70;
}
</style>