Shades of Ocean Green #5AAB7E
Tints of Ocean Green #5AAB7E
RGB
CMYK
RGB Variations
Color information
#5AAB7E (or 0x5AAB7E) is known color: Ocean Green. HEX triplet: 5A, AB and 7E. RGB value is (90,171,126). Sum of RGB (Red+Green+Blue) = 90+171+126=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB7E is #A55481. Grayscale: #8D8D8D. Windows color (decimal): -10835074 or 8301402. OLE color: 8301402.
HSL color Cylindrical-coordinate representation of color #5AAB7E: hue angle of 146.67º degrees, saturation: 0.33, 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 #5AAB7E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 126 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.33 |
| HSL | 146.67º | 0.33% | 0.51% | - |
| HSV(B) | 146.67º | 0.47% | 0.67% | - |
| XYZ | 22.55 | 32.81 | 24.88 | - |
| YUV | 141.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 126 | 0.47 | 0 | 0.26 | 0.33 | 146.67 | 0.33 | 0.51 |
| Hex | 5A | AB | 7E | 2F | 0 | 1A | 21 | 93 | 21 | 33 |
| Octal | 132 | 253 | 176 | 57 | 0 | 32 | 41 | 223 | 41 | 63 |
| Binary | 1011010 | 10101011 | 1111110 | 101111 | 0 | 11010 | 100001 | 10010011 | 100001 | 110011 |
Color Harmonies of #5AAB7E
Complementary color
Monochromatic Colors of #5AAB7E
Black with #5AAB7E
Text Example
Text Example
White with #5AAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB7E; }
p { color: rgb(90,171,126); }
H1.HeaderClassName
{
color: #5AAB7E;
}
.AnyTagClassName
{
color: #5AAB7E;
}
</style>
background-color css
<style>
a { background-color: #5AAB7E; }
a { background-color: rgb(90,171,126); }
div.DivClassName
{
background-color: #5AAB7E;
}
.BgClassName
{
background-color: #5AAB7E;
}
</style>
border-color css
<style>
span { border-color: #5AAB7E; }
span { border-color: rgb(90,171,126); }
td.TdClassName
{
border-color: #5AAB7E;
}
.TagClassName
{
border-color: #5AAB7E;
}
</style>