Shades of Ocean Green #5AA17E
Tints of Ocean Green #5AA17E
RGB
CMYK
RGB Variations
Color information
#5AA17E (or 0x5AA17E) is known color: Ocean Green. HEX triplet: 5A, A1 and 7E. RGB value is (90,161,126). Sum of RGB (Red+Green+Blue) = 90+161+126=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA17E is #A55E81. Grayscale: #878787. Windows color (decimal): -10837634 or 8298842. OLE color: 8298842.
HSL color Cylindrical-coordinate representation of color #5AA17E: hue angle of 150.42º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA17E is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 126 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.37 |
| HSL | 150.42º | 0.28% | 0.49% | - |
| HSV(B) | 150.42º | 0.44% | 0.63% | - |
| XYZ | 20.73 | 29.17 | 24.28 | - |
| YUV | 135.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 126 | 0.44 | 0 | 0.22 | 0.37 | 150.42 | 0.28 | 0.49 |
| Hex | 5A | A1 | 7E | 2C | 0 | 16 | 25 | 96 | 1C | 31 |
| Octal | 132 | 241 | 176 | 54 | 0 | 26 | 45 | 226 | 34 | 61 |
| Binary | 1011010 | 10100001 | 1111110 | 101100 | 0 | 10110 | 100101 | 10010110 | 11100 | 110001 |
Color Harmonies of #5AA17E
Complementary color
Monochromatic Colors of #5AA17E
Black with #5AA17E
Text Example
Text Example
White with #5AA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA17E; }
p { color: rgb(90,161,126); }
H1.HeaderClassName
{
color: #5AA17E;
}
.AnyTagClassName
{
color: #5AA17E;
}
</style>
background-color css
<style>
a { background-color: #5AA17E; }
a { background-color: rgb(90,161,126); }
div.DivClassName
{
background-color: #5AA17E;
}
.BgClassName
{
background-color: #5AA17E;
}
</style>
border-color css
<style>
span { border-color: #5AA17E; }
span { border-color: rgb(90,161,126); }
td.TdClassName
{
border-color: #5AA17E;
}
.TagClassName
{
border-color: #5AA17E;
}
</style>