Shades of Keppel #5ABC96
Tints of Keppel #5ABC96
RGB
CMYK
RGB Variations
Color information
#5ABC96 (or 0x5ABC96) is known color: Keppel. HEX triplet: 5A, BC and 96. RGB value is (90,188,150). Sum of RGB (Red+Green+Blue) = 90+188+150=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC96 is #A54369. Grayscale: #9A9A9A. Windows color (decimal): -10830698 or 9878618. OLE color: 9878618.
HSL color Cylindrical-coordinate representation of color #5ABC96: hue angle of 156.73º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC96 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 150 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.26 |
| HSL | 156.73º | 0.42% | 0.55% | - |
| HSV(B) | 156.73º | 0.52% | 0.74% | - |
| XYZ | 27.7 | 40.34 | 35.18 | - |
| YUV | 154.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 150 | 0.52 | 0 | 0.20 | 0.26 | 156.73 | 0.42 | 0.55 |
| Hex | 5A | BC | 96 | 34 | 0 | 14 | 1A | 9D | 2A | 37 |
| Octal | 132 | 274 | 226 | 64 | 0 | 24 | 32 | 235 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10010110 | 110100 | 0 | 10100 | 11010 | 10011101 | 101010 | 110111 |
Color Harmonies of #5ABC96
Complementary color
Monochromatic Colors of #5ABC96
Black with #5ABC96
Text Example
Text Example
White with #5ABC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC96; }
p { color: rgb(90,188,150); }
H1.HeaderClassName
{
color: #5ABC96;
}
.AnyTagClassName
{
color: #5ABC96;
}
</style>
background-color css
<style>
a { background-color: #5ABC96; }
a { background-color: rgb(90,188,150); }
div.DivClassName
{
background-color: #5ABC96;
}
.BgClassName
{
background-color: #5ABC96;
}
</style>
border-color css
<style>
span { border-color: #5ABC96; }
span { border-color: rgb(90,188,150); }
td.TdClassName
{
border-color: #5ABC96;
}
.TagClassName
{
border-color: #5ABC96;
}
</style>