Shades of Ocean Green #5AB57D
Tints of Ocean Green #5AB57D
RGB
CMYK
RGB Variations
Color information
#5AB57D (or 0x5AB57D) is known color: Ocean Green. HEX triplet: 5A, B5 and 7D. RGB value is (90,181,125). Sum of RGB (Red+Green+Blue) = 90+181+125=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB57D is #A54A82. Grayscale: #939393. Windows color (decimal): -10832515 or 8238426. OLE color: 8238426.
HSL color Cylindrical-coordinate representation of color #5AB57D: hue angle of 143.08º 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 #5AB57D is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 125 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.29 |
| HSL | 143.08º | 0.38% | 0.53% | - |
| HSV(B) | 143.08º | 0.5% | 0.71% | - |
| XYZ | 24.44 | 36.7 | 25.2 | - |
| YUV | 147.41 | 115.35 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 125 | 0.50 | 0 | 0.31 | 0.29 | 143.08 | 0.38 | 0.53 |
| Hex | 5A | B5 | 7D | 32 | 0 | 1F | 1D | 8F | 26 | 35 |
| Octal | 132 | 265 | 175 | 62 | 0 | 37 | 35 | 217 | 46 | 65 |
| Binary | 1011010 | 10110101 | 1111101 | 110010 | 0 | 11111 | 11101 | 10001111 | 100110 | 110101 |
Color Harmonies of #5AB57D
Complementary color
Monochromatic Colors of #5AB57D
Black with #5AB57D
Text Example
Text Example
White with #5AB57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB57D; }
p { color: rgb(90,181,125); }
H1.HeaderClassName
{
color: #5AB57D;
}
.AnyTagClassName
{
color: #5AB57D;
}
</style>
background-color css
<style>
a { background-color: #5AB57D; }
a { background-color: rgb(90,181,125); }
div.DivClassName
{
background-color: #5AB57D;
}
.BgClassName
{
background-color: #5AB57D;
}
</style>
border-color css
<style>
span { border-color: #5AB57D; }
span { border-color: rgb(90,181,125); }
td.TdClassName
{
border-color: #5AB57D;
}
.TagClassName
{
border-color: #5AB57D;
}
</style>