Shades of Keppel #5DB99A
Tints of Keppel #5DB99A
RGB
CMYK
RGB Variations
Color information
#5DB99A (or 0x5DB99A) is known color: Keppel. HEX triplet: 5D, B9 and 9A. RGB value is (93,185,154). Sum of RGB (Red+Green+Blue) = 93+185+154=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB99A is #A24665. Grayscale: #999999. Windows color (decimal): -10634854 or 10139997. OLE color: 10139997.
HSL color Cylindrical-coordinate representation of color #5DB99A: hue angle of 159.78º 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 #5DB99A is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 154 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.27 |
| HSL | 159.78º | 0.4% | 0.55% | - |
| HSV(B) | 159.78º | 0.5% | 0.73% | - |
| XYZ | 27.7 | 39.36 | 36.71 | - |
| YUV | 153.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 154 | 0.50 | 0 | 0.17 | 0.27 | 159.78 | 0.4 | 0.55 |
| Hex | 5D | B9 | 9A | 32 | 0 | 11 | 1B | A0 | 28 | 37 |
| Octal | 135 | 271 | 232 | 62 | 0 | 21 | 33 | 240 | 50 | 67 |
| Binary | 1011101 | 10111001 | 10011010 | 110010 | 0 | 10001 | 11011 | 10100000 | 101000 | 110111 |
Color Harmonies of #5DB99A
Complementary color
Monochromatic Colors of #5DB99A
Black with #5DB99A
Text Example
Text Example
White with #5DB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB99A; }
p { color: rgb(93,185,154); }
H1.HeaderClassName
{
color: #5DB99A;
}
.AnyTagClassName
{
color: #5DB99A;
}
</style>
background-color css
<style>
a { background-color: #5DB99A; }
a { background-color: rgb(93,185,154); }
div.DivClassName
{
background-color: #5DB99A;
}
.BgClassName
{
background-color: #5DB99A;
}
</style>
border-color css
<style>
span { border-color: #5DB99A; }
span { border-color: rgb(93,185,154); }
td.TdClassName
{
border-color: #5DB99A;
}
.TagClassName
{
border-color: #5DB99A;
}
</style>