Shades of Ocean Green #5AAA7C
Tints of Ocean Green #5AAA7C
RGB
CMYK
RGB Variations
Color information
#5AAA7C (or 0x5AAA7C) is known color: Ocean Green. HEX triplet: 5A, AA and 7C. RGB value is (90,170,124). Sum of RGB (Red+Green+Blue) = 90+170+124=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA7C is #A55583. Grayscale: #8C8C8C. Windows color (decimal): -10835332 or 8170074. OLE color: 8170074.
HSL color Cylindrical-coordinate representation of color #5AAA7C: hue angle of 145.5º 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 #5AAA7C is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 124 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.33 |
| HSL | 145.5º | 0.32% | 0.51% | - |
| HSV(B) | 145.5º | 0.47% | 0.67% | - |
| XYZ | 22.23 | 32.38 | 24.15 | - |
| YUV | 140.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 124 | 0.47 | 0 | 0.27 | 0.33 | 145.5 | 0.32 | 0.51 |
| Hex | 5A | AA | 7C | 2F | 0 | 1B | 21 | 92 | 20 | 33 |
| Octal | 132 | 252 | 174 | 57 | 0 | 33 | 41 | 222 | 40 | 63 |
| Binary | 1011010 | 10101010 | 1111100 | 101111 | 0 | 11011 | 100001 | 10010010 | 100000 | 110011 |
Color Harmonies of #5AAA7C
Complementary color
Monochromatic Colors of #5AAA7C
Black with #5AAA7C
Text Example
Text Example
White with #5AAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA7C; }
p { color: rgb(90,170,124); }
H1.HeaderClassName
{
color: #5AAA7C;
}
.AnyTagClassName
{
color: #5AAA7C;
}
</style>
background-color css
<style>
a { background-color: #5AAA7C; }
a { background-color: rgb(90,170,124); }
div.DivClassName
{
background-color: #5AAA7C;
}
.BgClassName
{
background-color: #5AAA7C;
}
</style>
border-color css
<style>
span { border-color: #5AAA7C; }
span { border-color: rgb(90,170,124); }
td.TdClassName
{
border-color: #5AAA7C;
}
.TagClassName
{
border-color: #5AAA7C;
}
</style>