Shades of Ocean Green #5AB280
Tints of Ocean Green #5AB280
RGB
CMYK
RGB Variations
Color information
#5AB280 (or 0x5AB280) is known color: Ocean Green. HEX triplet: 5A, B2 and 80. RGB value is (90,178,128). Sum of RGB (Red+Green+Blue) = 90+178+128=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB280 is #A54D7F. Grayscale: #929292. Windows color (decimal): -10833280 or 8434266. OLE color: 8434266.
HSL color Cylindrical-coordinate representation of color #5AB280: hue angle of 145.91º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB280 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 128 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.30 |
| HSL | 145.91º | 0.36% | 0.53% | - |
| HSV(B) | 145.91º | 0.49% | 0.7% | - |
| XYZ | 24.03 | 35.57 | 26.02 | - |
| YUV | 145.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 128 | 0.49 | 0 | 0.28 | 0.30 | 145.91 | 0.36 | 0.53 |
| Hex | 5A | B2 | 80 | 31 | 0 | 1C | 1E | 92 | 24 | 35 |
| Octal | 132 | 262 | 200 | 61 | 0 | 34 | 36 | 222 | 44 | 65 |
| Binary | 1011010 | 10110010 | 10000000 | 110001 | 0 | 11100 | 11110 | 10010010 | 100100 | 110101 |
Color Harmonies of #5AB280
Complementary color
Monochromatic Colors of #5AB280
Black with #5AB280
Text Example
Text Example
White with #5AB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB280; }
p { color: rgb(90,178,128); }
H1.HeaderClassName
{
color: #5AB280;
}
.AnyTagClassName
{
color: #5AB280;
}
</style>
background-color css
<style>
a { background-color: #5AB280; }
a { background-color: rgb(90,178,128); }
div.DivClassName
{
background-color: #5AB280;
}
.BgClassName
{
background-color: #5AB280;
}
</style>
border-color css
<style>
span { border-color: #5AB280; }
span { border-color: rgb(90,178,128); }
td.TdClassName
{
border-color: #5AB280;
}
.TagClassName
{
border-color: #5AB280;
}
</style>