Shades of Keppel #5DB998
Tints of Keppel #5DB998
RGB
CMYK
RGB Variations
Color information
#5DB998 (or 0x5DB998) is known color: Keppel. HEX triplet: 5D, B9 and 98. RGB value is (93,185,152). Sum of RGB (Red+Green+Blue) = 93+185+152=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB998 is #A24667. Grayscale: #999999. Windows color (decimal): -10634856 or 10008925. OLE color: 10008925.
HSL color Cylindrical-coordinate representation of color #5DB998: hue angle of 158.48º 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 #5DB998 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 152 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.27 |
| HSL | 158.48º | 0.4% | 0.55% | - |
| HSV(B) | 158.48º | 0.5% | 0.73% | - |
| XYZ | 27.53 | 39.29 | 35.84 | - |
| YUV | 153.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 152 | 0.50 | 0 | 0.18 | 0.27 | 158.48 | 0.4 | 0.55 |
| Hex | 5D | B9 | 98 | 32 | 0 | 12 | 1B | 9E | 28 | 37 |
| Octal | 135 | 271 | 230 | 62 | 0 | 22 | 33 | 236 | 50 | 67 |
| Binary | 1011101 | 10111001 | 10011000 | 110010 | 0 | 10010 | 11011 | 10011110 | 101000 | 110111 |
Color Harmonies of #5DB998
Complementary color
Monochromatic Colors of #5DB998
Black with #5DB998
Text Example
Text Example
White with #5DB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB998; }
p { color: rgb(93,185,152); }
H1.HeaderClassName
{
color: #5DB998;
}
.AnyTagClassName
{
color: #5DB998;
}
</style>
background-color css
<style>
a { background-color: #5DB998; }
a { background-color: rgb(93,185,152); }
div.DivClassName
{
background-color: #5DB998;
}
.BgClassName
{
background-color: #5DB998;
}
</style>
border-color css
<style>
span { border-color: #5DB998; }
span { border-color: rgb(93,185,152); }
td.TdClassName
{
border-color: #5DB998;
}
.TagClassName
{
border-color: #5DB998;
}
</style>