Shades of Keppel #5DB49C
Tints of Keppel #5DB49C
RGB
CMYK
RGB Variations
Color information
#5DB49C (or 0x5DB49C) is known color: Keppel. HEX triplet: 5D, B4 and 9C. RGB value is (93,180,156). Sum of RGB (Red+Green+Blue) = 93+180+156=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB49C is #A24B63. Grayscale: #979797. Windows color (decimal): -10636132 or 10269789. OLE color: 10269789.
HSL color Cylindrical-coordinate representation of color #5DB49C: hue angle of 163.45º 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 #5DB49C is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 156 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.29 |
| HSL | 163.45º | 0.37% | 0.54% | - |
| HSV(B) | 163.45º | 0.48% | 0.71% | - |
| XYZ | 26.84 | 37.37 | 37.25 | - |
| YUV | 151.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 156 | 0.48 | 0 | 0.13 | 0.29 | 163.45 | 0.37 | 0.54 |
| Hex | 5D | B4 | 9C | 30 | 0 | D | 1D | A3 | 25 | 36 |
| Octal | 135 | 264 | 234 | 60 | 0 | 15 | 35 | 243 | 45 | 66 |
| Binary | 1011101 | 10110100 | 10011100 | 110000 | 0 | 1101 | 11101 | 10100011 | 100101 | 110110 |
Color Harmonies of #5DB49C
Complementary color
Monochromatic Colors of #5DB49C
Black with #5DB49C
Text Example
Text Example
White with #5DB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB49C; }
p { color: rgb(93,180,156); }
H1.HeaderClassName
{
color: #5DB49C;
}
.AnyTagClassName
{
color: #5DB49C;
}
</style>
background-color css
<style>
a { background-color: #5DB49C; }
a { background-color: rgb(93,180,156); }
div.DivClassName
{
background-color: #5DB49C;
}
.BgClassName
{
background-color: #5DB49C;
}
</style>
border-color css
<style>
span { border-color: #5DB49C; }
span { border-color: rgb(93,180,156); }
td.TdClassName
{
border-color: #5DB49C;
}
.TagClassName
{
border-color: #5DB49C;
}
</style>