Shades of Keppel #5DB49E
Tints of Keppel #5DB49E
RGB
CMYK
RGB Variations
Color information
#5DB49E (or 0x5DB49E) is known color: Keppel. HEX triplet: 5D, B4 and 9E. RGB value is (93,180,158). Sum of RGB (Red+Green+Blue) = 93+180+158=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB49E is #A24B61. Grayscale: #979797. Windows color (decimal): -10636130 or 10400861. OLE color: 10400861.
HSL color Cylindrical-coordinate representation of color #5DB49E: hue angle of 164.83º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB49E is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 158 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.29 |
| HSL | 164.83º | 0.37% | 0.54% | - |
| HSV(B) | 164.83º | 0.48% | 0.71% | - |
| XYZ | 27.01 | 37.44 | 38.15 | - |
| YUV | 151.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 158 | 0.48 | 0 | 0.12 | 0.29 | 164.83 | 0.37 | 0.54 |
| Hex | 5D | B4 | 9E | 30 | 0 | C | 1D | A5 | 25 | 36 |
| Octal | 135 | 264 | 236 | 60 | 0 | 14 | 35 | 245 | 45 | 66 |
| Binary | 1011101 | 10110100 | 10011110 | 110000 | 0 | 1100 | 11101 | 10100101 | 100101 | 110110 |
Color Harmonies of #5DB49E
Complementary color
Monochromatic Colors of #5DB49E
Black with #5DB49E
Text Example
Text Example
White with #5DB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB49E; }
p { color: rgb(93,180,158); }
H1.HeaderClassName
{
color: #5DB49E;
}
.AnyTagClassName
{
color: #5DB49E;
}
</style>
background-color css
<style>
a { background-color: #5DB49E; }
a { background-color: rgb(93,180,158); }
div.DivClassName
{
background-color: #5DB49E;
}
.BgClassName
{
background-color: #5DB49E;
}
</style>
border-color css
<style>
span { border-color: #5DB49E; }
span { border-color: rgb(93,180,158); }
td.TdClassName
{
border-color: #5DB49E;
}
.TagClassName
{
border-color: #5DB49E;
}
</style>