Shades of Ocean Green #5AA27E
Tints of Ocean Green #5AA27E
RGB
CMYK
RGB Variations
Color information
#5AA27E (or 0x5AA27E) is known color: Ocean Green. HEX triplet: 5A, A2 and 7E. RGB value is (90,162,126). Sum of RGB (Red+Green+Blue) = 90+162+126=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA27E is #A55D81. Grayscale: #888888. Windows color (decimal): -10837378 or 8299098. OLE color: 8299098.
HSL color Cylindrical-coordinate representation of color #5AA27E: hue angle of 150º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA27E is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 162 | 126 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.36 |
| HSL | 150º | 0.29% | 0.49% | - |
| HSV(B) | 150º | 0.44% | 0.64% | - |
| XYZ | 20.9 | 29.52 | 24.34 | - |
| YUV | 136.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 162 | 126 | 0.44 | 0 | 0.22 | 0.36 | 150 | 0.29 | 0.49 |
| Hex | 5A | A2 | 7E | 2C | 0 | 16 | 24 | 96 | 1D | 31 |
| Octal | 132 | 242 | 176 | 54 | 0 | 26 | 44 | 226 | 35 | 61 |
| Binary | 1011010 | 10100010 | 1111110 | 101100 | 0 | 10110 | 100100 | 10010110 | 11101 | 110001 |
Color Harmonies of #5AA27E
Complementary color
Monochromatic Colors of #5AA27E
Black with #5AA27E
Text Example
Text Example
White with #5AA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA27E; }
p { color: rgb(90,162,126); }
H1.HeaderClassName
{
color: #5AA27E;
}
.AnyTagClassName
{
color: #5AA27E;
}
</style>
background-color css
<style>
a { background-color: #5AA27E; }
a { background-color: rgb(90,162,126); }
div.DivClassName
{
background-color: #5AA27E;
}
.BgClassName
{
background-color: #5AA27E;
}
</style>
border-color css
<style>
span { border-color: #5AA27E; }
span { border-color: rgb(90,162,126); }
td.TdClassName
{
border-color: #5AA27E;
}
.TagClassName
{
border-color: #5AA27E;
}
</style>