Shades of Ocean Green #5AB580
Tints of Ocean Green #5AB580
RGB
CMYK
RGB Variations
Color information
#5AB580 (or 0x5AB580) is known color: Ocean Green. HEX triplet: 5A, B5 and 80. RGB value is (90,181,128). Sum of RGB (Red+Green+Blue) = 90+181+128=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB580 is #A54A7F. Grayscale: #939393. Windows color (decimal): -10832512 or 8435034. OLE color: 8435034.
HSL color Cylindrical-coordinate representation of color #5AB580: hue angle of 145.05º 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 #5AB580 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 128 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.29 |
| HSL | 145.05º | 0.38% | 0.53% | - |
| HSV(B) | 145.05º | 0.5% | 0.71% | - |
| XYZ | 24.64 | 36.78 | 26.22 | - |
| YUV | 147.75 | 116.85 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 128 | 0.50 | 0 | 0.29 | 0.29 | 145.05 | 0.38 | 0.53 |
| Hex | 5A | B5 | 80 | 32 | 0 | 1D | 1D | 91 | 26 | 35 |
| Octal | 132 | 265 | 200 | 62 | 0 | 35 | 35 | 221 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10000000 | 110010 | 0 | 11101 | 11101 | 10010001 | 100110 | 110101 |
Color Harmonies of #5AB580
Complementary color
Monochromatic Colors of #5AB580
Black with #5AB580
Text Example
Text Example
White with #5AB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB580; }
p { color: rgb(90,181,128); }
H1.HeaderClassName
{
color: #5AB580;
}
.AnyTagClassName
{
color: #5AB580;
}
</style>
background-color css
<style>
a { background-color: #5AB580; }
a { background-color: rgb(90,181,128); }
div.DivClassName
{
background-color: #5AB580;
}
.BgClassName
{
background-color: #5AB580;
}
</style>
border-color css
<style>
span { border-color: #5AB580; }
span { border-color: rgb(90,181,128); }
td.TdClassName
{
border-color: #5AB580;
}
.TagClassName
{
border-color: #5AB580;
}
</style>