Shades of Keppel #5DB895
Tints of Keppel #5DB895
RGB
CMYK
RGB Variations
Color information
#5DB895 (or 0x5DB895) is known color: Keppel. HEX triplet: 5D, B8 and 95. RGB value is (93,184,149). Sum of RGB (Red+Green+Blue) = 93+184+149=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB895 is #A2476A. Grayscale: #989898. Windows color (decimal): -10635115 or 9812061. OLE color: 9812061.
HSL color Cylindrical-coordinate representation of color #5DB895: hue angle of 156.92º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB895 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 149 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.28 |
| HSL | 156.92º | 0.39% | 0.54% | - |
| HSV(B) | 156.92º | 0.49% | 0.72% | - |
| XYZ | 27.08 | 38.78 | 34.49 | - |
| YUV | 152.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 149 | 0.49 | 0 | 0.19 | 0.28 | 156.92 | 0.39 | 0.54 |
| Hex | 5D | B8 | 95 | 31 | 0 | 13 | 1C | 9D | 27 | 36 |
| Octal | 135 | 270 | 225 | 61 | 0 | 23 | 34 | 235 | 47 | 66 |
| Binary | 1011101 | 10111000 | 10010101 | 110001 | 0 | 10011 | 11100 | 10011101 | 100111 | 110110 |
Color Harmonies of #5DB895
Complementary color
Monochromatic Colors of #5DB895
Black with #5DB895
Text Example
Text Example
White with #5DB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB895; }
p { color: rgb(93,184,149); }
H1.HeaderClassName
{
color: #5DB895;
}
.AnyTagClassName
{
color: #5DB895;
}
</style>
background-color css
<style>
a { background-color: #5DB895; }
a { background-color: rgb(93,184,149); }
div.DivClassName
{
background-color: #5DB895;
}
.BgClassName
{
background-color: #5DB895;
}
</style>
border-color css
<style>
span { border-color: #5DB895; }
span { border-color: rgb(93,184,149); }
td.TdClassName
{
border-color: #5DB895;
}
.TagClassName
{
border-color: #5DB895;
}
</style>