Shades of Ocean Green #5AAA7D
Tints of Ocean Green #5AAA7D
RGB
CMYK
RGB Variations
Color information
#5AAA7D (or 0x5AAA7D) is known color: Ocean Green. HEX triplet: 5A, AA and 7D. RGB value is (90,170,125). Sum of RGB (Red+Green+Blue) = 90+170+125=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA7D is #A55582. Grayscale: #8D8D8D. Windows color (decimal): -10835331 or 8235610. OLE color: 8235610.
HSL color Cylindrical-coordinate representation of color #5AAA7D: hue angle of 146.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA7D is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 125 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.33 |
| HSL | 146.25º | 0.32% | 0.51% | - |
| HSV(B) | 146.25º | 0.47% | 0.67% | - |
| XYZ | 22.29 | 32.4 | 24.48 | - |
| YUV | 140.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 125 | 0.47 | 0 | 0.26 | 0.33 | 146.25 | 0.32 | 0.51 |
| Hex | 5A | AA | 7D | 2F | 0 | 1A | 21 | 92 | 20 | 33 |
| Octal | 132 | 252 | 175 | 57 | 0 | 32 | 41 | 222 | 40 | 63 |
| Binary | 1011010 | 10101010 | 1111101 | 101111 | 0 | 11010 | 100001 | 10010010 | 100000 | 110011 |
Color Harmonies of #5AAA7D
Complementary color
Monochromatic Colors of #5AAA7D
Black with #5AAA7D
Text Example
Text Example
White with #5AAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA7D; }
p { color: rgb(90,170,125); }
H1.HeaderClassName
{
color: #5AAA7D;
}
.AnyTagClassName
{
color: #5AAA7D;
}
</style>
background-color css
<style>
a { background-color: #5AAA7D; }
a { background-color: rgb(90,170,125); }
div.DivClassName
{
background-color: #5AAA7D;
}
.BgClassName
{
background-color: #5AAA7D;
}
</style>
border-color css
<style>
span { border-color: #5AAA7D; }
span { border-color: rgb(90,170,125); }
td.TdClassName
{
border-color: #5AAA7D;
}
.TagClassName
{
border-color: #5AAA7D;
}
</style>