Shades of Ocean Green #5AA37E
Tints of Ocean Green #5AA37E
RGB
CMYK
RGB Variations
Color information
#5AA37E (or 0x5AA37E) is known color: Ocean Green. HEX triplet: 5A, A3 and 7E. RGB value is (90,163,126). Sum of RGB (Red+Green+Blue) = 90+163+126=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA37E is #A55C81. Grayscale: #898989. Windows color (decimal): -10837122 or 8299354. OLE color: 8299354.
HSL color Cylindrical-coordinate representation of color #5AA37E: hue angle of 149.59º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA37E is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 163 | 126 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.36 |
| HSL | 149.59º | 0.29% | 0.5% | - |
| HSV(B) | 149.59º | 0.45% | 0.64% | - |
| XYZ | 21.08 | 29.87 | 24.39 | - |
| YUV | 136.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 163 | 126 | 0.45 | 0 | 0.23 | 0.36 | 149.59 | 0.29 | 0.5 |
| Hex | 5A | A3 | 7E | 2D | 0 | 17 | 24 | 96 | 1D | 32 |
| Octal | 132 | 243 | 176 | 55 | 0 | 27 | 44 | 226 | 35 | 62 |
| Binary | 1011010 | 10100011 | 1111110 | 101101 | 0 | 10111 | 100100 | 10010110 | 11101 | 110010 |
Color Harmonies of #5AA37E
Complementary color
Monochromatic Colors of #5AA37E
Black with #5AA37E
Text Example
Text Example
White with #5AA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA37E; }
p { color: rgb(90,163,126); }
H1.HeaderClassName
{
color: #5AA37E;
}
.AnyTagClassName
{
color: #5AA37E;
}
</style>
background-color css
<style>
a { background-color: #5AA37E; }
a { background-color: rgb(90,163,126); }
div.DivClassName
{
background-color: #5AA37E;
}
.BgClassName
{
background-color: #5AA37E;
}
</style>
border-color css
<style>
span { border-color: #5AA37E; }
span { border-color: rgb(90,163,126); }
td.TdClassName
{
border-color: #5AA37E;
}
.TagClassName
{
border-color: #5AA37E;
}
</style>