Shades of Keppel #5ABB9C
Tints of Keppel #5ABB9C
RGB
CMYK
RGB Variations
Color information
#5ABB9C (or 0x5ABB9C) is known color: Keppel. HEX triplet: 5A, BB and 9C. RGB value is (90,187,156). Sum of RGB (Red+Green+Blue) = 90+187+156=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABB9C is #A54463. Grayscale: #9A9A9A. Windows color (decimal): -10830948 or 10271578. OLE color: 10271578.
HSL color Cylindrical-coordinate representation of color #5ABB9C: hue angle of 160.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABB9C is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 156 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.27 |
| HSL | 160.82º | 0.42% | 0.54% | - |
| HSV(B) | 160.82º | 0.52% | 0.73% | - |
| XYZ | 27.99 | 40.11 | 37.72 | - |
| YUV | 154.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 156 | 0.52 | 0 | 0.17 | 0.27 | 160.82 | 0.42 | 0.54 |
| Hex | 5A | BB | 9C | 34 | 0 | 11 | 1B | A1 | 2A | 36 |
| Octal | 132 | 273 | 234 | 64 | 0 | 21 | 33 | 241 | 52 | 66 |
| Binary | 1011010 | 10111011 | 10011100 | 110100 | 0 | 10001 | 11011 | 10100001 | 101010 | 110110 |
Color Harmonies of #5ABB9C
Complementary color
Monochromatic Colors of #5ABB9C
Black with #5ABB9C
Text Example
Text Example
White with #5ABB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB9C; }
p { color: rgb(90,187,156); }
H1.HeaderClassName
{
color: #5ABB9C;
}
.AnyTagClassName
{
color: #5ABB9C;
}
</style>
background-color css
<style>
a { background-color: #5ABB9C; }
a { background-color: rgb(90,187,156); }
div.DivClassName
{
background-color: #5ABB9C;
}
.BgClassName
{
background-color: #5ABB9C;
}
</style>
border-color css
<style>
span { border-color: #5ABB9C; }
span { border-color: rgb(90,187,156); }
td.TdClassName
{
border-color: #5ABB9C;
}
.TagClassName
{
border-color: #5ABB9C;
}
</style>