Shades of Ocean Green #5AAA7A
Tints of Ocean Green #5AAA7A
RGB
CMYK
RGB Variations
Color information
#5AAA7A (or 0x5AAA7A) is known color: Ocean Green. HEX triplet: 5A, AA and 7A. RGB value is (90,170,122). Sum of RGB (Red+Green+Blue) = 90+170+122=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA7A is #A55585. Grayscale: #8C8C8C. Windows color (decimal): -10835334 or 8039002. OLE color: 8039002.
HSL color Cylindrical-coordinate representation of color #5AAA7A: hue angle of 144º 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 #5AAA7A is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 122 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.33 |
| HSL | 144º | 0.32% | 0.51% | - |
| HSV(B) | 144º | 0.47% | 0.67% | - |
| XYZ | 22.1 | 32.33 | 23.49 | - |
| YUV | 140.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 122 | 0.47 | 0 | 0.28 | 0.33 | 144 | 0.32 | 0.51 |
| Hex | 5A | AA | 7A | 2F | 0 | 1C | 21 | 90 | 20 | 33 |
| Octal | 132 | 252 | 172 | 57 | 0 | 34 | 41 | 220 | 40 | 63 |
| Binary | 1011010 | 10101010 | 1111010 | 101111 | 0 | 11100 | 100001 | 10010000 | 100000 | 110011 |
Color Harmonies of #5AAA7A
Complementary color
Monochromatic Colors of #5AAA7A
Black with #5AAA7A
Text Example
Text Example
White with #5AAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA7A; }
p { color: rgb(90,170,122); }
H1.HeaderClassName
{
color: #5AAA7A;
}
.AnyTagClassName
{
color: #5AAA7A;
}
</style>
background-color css
<style>
a { background-color: #5AAA7A; }
a { background-color: rgb(90,170,122); }
div.DivClassName
{
background-color: #5AAA7A;
}
.BgClassName
{
background-color: #5AAA7A;
}
</style>
border-color css
<style>
span { border-color: #5AAA7A; }
span { border-color: rgb(90,170,122); }
td.TdClassName
{
border-color: #5AAA7A;
}
.TagClassName
{
border-color: #5AAA7A;
}
</style>