Shades of Keppel #5ABC9B
Tints of Keppel #5ABC9B
RGB
CMYK
RGB Variations
Color information
#5ABC9B (or 0x5ABC9B) is known color: Keppel. HEX triplet: 5A, BC and 9B. RGB value is (90,188,155). Sum of RGB (Red+Green+Blue) = 90+188+155=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC9B is #A54364. Grayscale: #9A9A9A. Windows color (decimal): -10830693 or 10206298. OLE color: 10206298.
HSL color Cylindrical-coordinate representation of color #5ABC9B: hue angle of 159.8º 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 #5ABC9B is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 155 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.26 |
| HSL | 159.8º | 0.42% | 0.55% | - |
| HSV(B) | 159.8º | 0.52% | 0.74% | - |
| XYZ | 28.12 | 40.51 | 37.35 | - |
| YUV | 154.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 155 | 0.52 | 0 | 0.18 | 0.26 | 159.8 | 0.42 | 0.55 |
| Hex | 5A | BC | 9B | 34 | 0 | 12 | 1A | A0 | 2A | 37 |
| Octal | 132 | 274 | 233 | 64 | 0 | 22 | 32 | 240 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10011011 | 110100 | 0 | 10010 | 11010 | 10100000 | 101010 | 110111 |
Color Harmonies of #5ABC9B
Complementary color
Monochromatic Colors of #5ABC9B
Black with #5ABC9B
Text Example
Text Example
White with #5ABC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC9B; }
p { color: rgb(90,188,155); }
H1.HeaderClassName
{
color: #5ABC9B;
}
.AnyTagClassName
{
color: #5ABC9B;
}
</style>
background-color css
<style>
a { background-color: #5ABC9B; }
a { background-color: rgb(90,188,155); }
div.DivClassName
{
background-color: #5ABC9B;
}
.BgClassName
{
background-color: #5ABC9B;
}
</style>
border-color css
<style>
span { border-color: #5ABC9B; }
span { border-color: rgb(90,188,155); }
td.TdClassName
{
border-color: #5ABC9B;
}
.TagClassName
{
border-color: #5ABC9B;
}
</style>