Shades of Ocean Green #5AAF7E
Tints of Ocean Green #5AAF7E
RGB
CMYK
RGB Variations
Color information
#5AAF7E (or 0x5AAF7E) is known color: Ocean Green. HEX triplet: 5A, AF and 7E. RGB value is (90,175,126). Sum of RGB (Red+Green+Blue) = 90+175+126=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF7E is #A55081. Grayscale: #909090. Windows color (decimal): -10834050 or 8302426. OLE color: 8302426.
HSL color Cylindrical-coordinate representation of color #5AAF7E: hue angle of 145.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF7E is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 126 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.31 |
| HSL | 145.41º | 0.35% | 0.52% | - |
| HSV(B) | 145.41º | 0.49% | 0.69% | - |
| XYZ | 23.31 | 34.34 | 25.14 | - |
| YUV | 144 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 126 | 0.49 | 0 | 0.28 | 0.31 | 145.41 | 0.35 | 0.52 |
| Hex | 5A | AF | 7E | 31 | 0 | 1C | 1F | 91 | 23 | 34 |
| Octal | 132 | 257 | 176 | 61 | 0 | 34 | 37 | 221 | 43 | 64 |
| Binary | 1011010 | 10101111 | 1111110 | 110001 | 0 | 11100 | 11111 | 10010001 | 100011 | 110100 |
Color Harmonies of #5AAF7E
Complementary color
Monochromatic Colors of #5AAF7E
Black with #5AAF7E
Text Example
Text Example
White with #5AAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF7E; }
p { color: rgb(90,175,126); }
H1.HeaderClassName
{
color: #5AAF7E;
}
.AnyTagClassName
{
color: #5AAF7E;
}
</style>
background-color css
<style>
a { background-color: #5AAF7E; }
a { background-color: rgb(90,175,126); }
div.DivClassName
{
background-color: #5AAF7E;
}
.BgClassName
{
background-color: #5AAF7E;
}
</style>
border-color css
<style>
span { border-color: #5AAF7E; }
span { border-color: rgb(90,175,126); }
td.TdClassName
{
border-color: #5AAF7E;
}
.TagClassName
{
border-color: #5AAF7E;
}
</style>