Shades of Keppel #5DB89E
Tints of Keppel #5DB89E
RGB
CMYK
RGB Variations
Color information
#5DB89E (or 0x5DB89E) is known color: Keppel. HEX triplet: 5D, B8 and 9E. RGB value is (93,184,158). Sum of RGB (Red+Green+Blue) = 93+184+158=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB89E is #A24761. Grayscale: #999999. Windows color (decimal): -10635106 or 10401885. OLE color: 10401885.
HSL color Cylindrical-coordinate representation of color #5DB89E: hue angle of 162.86º 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 #5DB89E is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 158 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.28 |
| HSL | 162.86º | 0.39% | 0.54% | - |
| HSV(B) | 162.86º | 0.49% | 0.72% | - |
| XYZ | 27.83 | 39.08 | 38.42 | - |
| YUV | 153.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 158 | 0.49 | 0 | 0.14 | 0.28 | 162.86 | 0.39 | 0.54 |
| Hex | 5D | B8 | 9E | 31 | 0 | E | 1C | A3 | 27 | 36 |
| Octal | 135 | 270 | 236 | 61 | 0 | 16 | 34 | 243 | 47 | 66 |
| Binary | 1011101 | 10111000 | 10011110 | 110001 | 0 | 1110 | 11100 | 10100011 | 100111 | 110110 |
Color Harmonies of #5DB89E
Complementary color
Monochromatic Colors of #5DB89E
Black with #5DB89E
Text Example
Text Example
White with #5DB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB89E; }
p { color: rgb(93,184,158); }
H1.HeaderClassName
{
color: #5DB89E;
}
.AnyTagClassName
{
color: #5DB89E;
}
</style>
background-color css
<style>
a { background-color: #5DB89E; }
a { background-color: rgb(93,184,158); }
div.DivClassName
{
background-color: #5DB89E;
}
.BgClassName
{
background-color: #5DB89E;
}
</style>
border-color css
<style>
span { border-color: #5DB89E; }
span { border-color: rgb(93,184,158); }
td.TdClassName
{
border-color: #5DB89E;
}
.TagClassName
{
border-color: #5DB89E;
}
</style>