Shades of Keppel #5AAB8E
Tints of Keppel #5AAB8E
RGB
CMYK
RGB Variations
Color information
#5AAB8E (or 0x5AAB8E) is known color: Keppel. HEX triplet: 5A, AB and 8E. RGB value is (90,171,142). Sum of RGB (Red+Green+Blue) = 90+171+142=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAB8E is #A55471. Grayscale: #8F8F8F. Windows color (decimal): -10835058 or 9349978. OLE color: 9349978.
HSL color Cylindrical-coordinate representation of color #5AAB8E: hue angle of 158.52º 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 #5AAB8E is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 142 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.33 |
| HSL | 158.52º | 0.33% | 0.51% | - |
| HSV(B) | 158.52º | 0.47% | 0.67% | - |
| XYZ | 23.66 | 33.25 | 30.76 | - |
| YUV | 143.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 142 | 0.47 | 0 | 0.17 | 0.33 | 158.52 | 0.33 | 0.51 |
| Hex | 5A | AB | 8E | 2F | 0 | 11 | 21 | 9F | 21 | 33 |
| Octal | 132 | 253 | 216 | 57 | 0 | 21 | 41 | 237 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10001110 | 101111 | 0 | 10001 | 100001 | 10011111 | 100001 | 110011 |
Color Harmonies of #5AAB8E
Complementary color
Monochromatic Colors of #5AAB8E
Black with #5AAB8E
Text Example
Text Example
White with #5AAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB8E; }
p { color: rgb(90,171,142); }
H1.HeaderClassName
{
color: #5AAB8E;
}
.AnyTagClassName
{
color: #5AAB8E;
}
</style>
background-color css
<style>
a { background-color: #5AAB8E; }
a { background-color: rgb(90,171,142); }
div.DivClassName
{
background-color: #5AAB8E;
}
.BgClassName
{
background-color: #5AAB8E;
}
</style>
border-color css
<style>
span { border-color: #5AAB8E; }
span { border-color: rgb(90,171,142); }
td.TdClassName
{
border-color: #5AAB8E;
}
.TagClassName
{
border-color: #5AAB8E;
}
</style>