Shades of Keppel #5AAB9C
Tints of Keppel #5AAB9C
RGB
CMYK
RGB Variations
Color information
#5AAB9C (or 0x5AAB9C) is known color: Keppel. HEX triplet: 5A, AB and 9C. RGB value is (90,171,156). Sum of RGB (Red+Green+Blue) = 90+171+156=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAB9C is #A55463. Grayscale: #919191. Windows color (decimal): -10835044 or 10267482. OLE color: 10267482.
HSL color Cylindrical-coordinate representation of color #5AAB9C: hue angle of 168.89º 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 #5AAB9C is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 156 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.33 |
| HSL | 168.89º | 0.33% | 0.51% | - |
| HSV(B) | 168.89º | 0.47% | 0.67% | - |
| XYZ | 24.78 | 33.7 | 36.65 | - |
| YUV | 145.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 156 | 0.47 | 0 | 0.09 | 0.33 | 168.89 | 0.33 | 0.51 |
| Hex | 5A | AB | 9C | 2F | 0 | 9 | 21 | A9 | 21 | 33 |
| Octal | 132 | 253 | 234 | 57 | 0 | 11 | 41 | 251 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10011100 | 101111 | 0 | 1001 | 100001 | 10101001 | 100001 | 110011 |
Color Harmonies of #5AAB9C
Complementary color
Monochromatic Colors of #5AAB9C
Black with #5AAB9C
Text Example
Text Example
White with #5AAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB9C; }
p { color: rgb(90,171,156); }
H1.HeaderClassName
{
color: #5AAB9C;
}
.AnyTagClassName
{
color: #5AAB9C;
}
</style>
background-color css
<style>
a { background-color: #5AAB9C; }
a { background-color: rgb(90,171,156); }
div.DivClassName
{
background-color: #5AAB9C;
}
.BgClassName
{
background-color: #5AAB9C;
}
</style>
border-color css
<style>
span { border-color: #5AAB9C; }
span { border-color: rgb(90,171,156); }
td.TdClassName
{
border-color: #5AAB9C;
}
.TagClassName
{
border-color: #5AAB9C;
}
</style>