Shades of Keppel #5DB9A0
Tints of Keppel #5DB9A0
RGB
CMYK
RGB Variations
Color information
#5DB9A0 (or 0x5DB9A0) is known color: Keppel. HEX triplet: 5D, B9 and A0. RGB value is (93,185,160). Sum of RGB (Red+Green+Blue) = 93+185+160=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB9A0 is #A2465F. Grayscale: #9A9A9A. Windows color (decimal): -10634848 or 10533213. OLE color: 10533213.
HSL color Cylindrical-coordinate representation of color #5DB9A0: hue angle of 163.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB9A0 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 160 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.27 |
| HSL | 163.7º | 0.4% | 0.55% | - |
| HSV(B) | 163.7º | 0.5% | 0.73% | - |
| XYZ | 28.21 | 39.56 | 39.41 | - |
| YUV | 154.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 160 | 0.50 | 0 | 0.14 | 0.27 | 163.7 | 0.4 | 0.55 |
| Hex | 5D | B9 | A0 | 32 | 0 | E | 1B | A4 | 28 | 37 |
| Octal | 135 | 271 | 240 | 62 | 0 | 16 | 33 | 244 | 50 | 67 |
| Binary | 1011101 | 10111001 | 10100000 | 110010 | 0 | 1110 | 11011 | 10100100 | 101000 | 110111 |
Color Harmonies of #5DB9A0
Complementary color
Monochromatic Colors of #5DB9A0
Black with #5DB9A0
Text Example
Text Example
White with #5DB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB9A0; }
p { color: rgb(93,185,160); }
H1.HeaderClassName
{
color: #5DB9A0;
}
.AnyTagClassName
{
color: #5DB9A0;
}
</style>
background-color css
<style>
a { background-color: #5DB9A0; }
a { background-color: rgb(93,185,160); }
div.DivClassName
{
background-color: #5DB9A0;
}
.BgClassName
{
background-color: #5DB9A0;
}
</style>
border-color css
<style>
span { border-color: #5DB9A0; }
span { border-color: rgb(93,185,160); }
td.TdClassName
{
border-color: #5DB9A0;
}
.TagClassName
{
border-color: #5DB9A0;
}
</style>