Shades of Ocean Green #5AAE73
Tints of Ocean Green #5AAE73
RGB
CMYK
RGB Variations
Color information
#5AAE73 (or 0x5AAE73) is known color: Ocean Green. HEX triplet: 5A, AE and 73. RGB value is (90,174,115). Sum of RGB (Red+Green+Blue) = 90+174+115=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAE73 is #A5518C. Grayscale: #8E8E8E. Windows color (decimal): -10834317 or 7581274. OLE color: 7581274.
HSL color Cylindrical-coordinate representation of color #5AAE73: hue angle of 137.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAE73 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 115 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.32 |
| HSL | 137.86º | 0.34% | 0.52% | - |
| HSV(B) | 137.86º | 0.48% | 0.68% | - |
| XYZ | 22.45 | 33.68 | 21.54 | - |
| YUV | 142.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 115 | 0.48 | 0 | 0.34 | 0.32 | 137.86 | 0.34 | 0.52 |
| Hex | 5A | AE | 73 | 30 | 0 | 22 | 20 | 8A | 22 | 34 |
| Octal | 132 | 256 | 163 | 60 | 0 | 42 | 40 | 212 | 42 | 64 |
| Binary | 1011010 | 10101110 | 1110011 | 110000 | 0 | 100010 | 100000 | 10001010 | 100010 | 110100 |
Color Harmonies of #5AAE73
Complementary color
Monochromatic Colors of #5AAE73
Black with #5AAE73
Text Example
Text Example
White with #5AAE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE73; }
p { color: rgb(90,174,115); }
H1.HeaderClassName
{
color: #5AAE73;
}
.AnyTagClassName
{
color: #5AAE73;
}
</style>
background-color css
<style>
a { background-color: #5AAE73; }
a { background-color: rgb(90,174,115); }
div.DivClassName
{
background-color: #5AAE73;
}
.BgClassName
{
background-color: #5AAE73;
}
</style>
border-color css
<style>
span { border-color: #5AAE73; }
span { border-color: rgb(90,174,115); }
td.TdClassName
{
border-color: #5AAE73;
}
.TagClassName
{
border-color: #5AAE73;
}
</style>