Shades of Ocean Green #5AB479
Tints of Ocean Green #5AB479
RGB
CMYK
RGB Variations
Color information
#5AB479 (or 0x5AB479) is known color: Ocean Green. HEX triplet: 5A, B4 and 79. RGB value is (90,180,121). Sum of RGB (Red+Green+Blue) = 90+180+121=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB479 is #A54B86. Grayscale: #929292. Windows color (decimal): -10832775 or 7976026. OLE color: 7976026.
HSL color Cylindrical-coordinate representation of color #5AB479: hue angle of 140.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB479 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 121 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.29 |
| HSL | 140.67º | 0.38% | 0.53% | - |
| HSV(B) | 140.67º | 0.5% | 0.71% | - |
| XYZ | 23.99 | 36.2 | 23.81 | - |
| YUV | 146.36 | 113.68 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 121 | 0.50 | 0 | 0.33 | 0.29 | 140.67 | 0.38 | 0.53 |
| Hex | 5A | B4 | 79 | 32 | 0 | 21 | 1D | 8D | 26 | 35 |
| Octal | 132 | 264 | 171 | 62 | 0 | 41 | 35 | 215 | 46 | 65 |
| Binary | 1011010 | 10110100 | 1111001 | 110010 | 0 | 100001 | 11101 | 10001101 | 100110 | 110101 |
Color Harmonies of #5AB479
Complementary color
Monochromatic Colors of #5AB479
Black with #5AB479
Text Example
Text Example
White with #5AB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB479; }
p { color: rgb(90,180,121); }
H1.HeaderClassName
{
color: #5AB479;
}
.AnyTagClassName
{
color: #5AB479;
}
</style>
background-color css
<style>
a { background-color: #5AB479; }
a { background-color: rgb(90,180,121); }
div.DivClassName
{
background-color: #5AB479;
}
.BgClassName
{
background-color: #5AB479;
}
</style>
border-color css
<style>
span { border-color: #5AB479; }
span { border-color: rgb(90,180,121); }
td.TdClassName
{
border-color: #5AB479;
}
.TagClassName
{
border-color: #5AB479;
}
</style>