Shades of Keppel #5DB196
Tints of Keppel #5DB196
RGB
CMYK
RGB Variations
Color information
#5DB196 (or 0x5DB196) is known color: Keppel. HEX triplet: 5D, B1 and 96. RGB value is (93,177,150). Sum of RGB (Red+Green+Blue) = 93+177+150=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB196 is #A24E69. Grayscale: #949494. Windows color (decimal): -10636906 or 9875805. OLE color: 9875805.
HSL color Cylindrical-coordinate representation of color #5DB196: hue angle of 160.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB196 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 150 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.31 |
| HSL | 160.71º | 0.35% | 0.53% | - |
| HSV(B) | 160.71º | 0.47% | 0.69% | - |
| XYZ | 25.74 | 35.97 | 34.44 | - |
| YUV | 148.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 150 | 0.47 | 0 | 0.15 | 0.31 | 160.71 | 0.35 | 0.53 |
| Hex | 5D | B1 | 96 | 2F | 0 | F | 1F | A1 | 23 | 35 |
| Octal | 135 | 261 | 226 | 57 | 0 | 17 | 37 | 241 | 43 | 65 |
| Binary | 1011101 | 10110001 | 10010110 | 101111 | 0 | 1111 | 11111 | 10100001 | 100011 | 110101 |
Color Harmonies of #5DB196
Complementary color
Monochromatic Colors of #5DB196
Black with #5DB196
Text Example
Text Example
White with #5DB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB196; }
p { color: rgb(93,177,150); }
H1.HeaderClassName
{
color: #5DB196;
}
.AnyTagClassName
{
color: #5DB196;
}
</style>
background-color css
<style>
a { background-color: #5DB196; }
a { background-color: rgb(93,177,150); }
div.DivClassName
{
background-color: #5DB196;
}
.BgClassName
{
background-color: #5DB196;
}
</style>
border-color css
<style>
span { border-color: #5DB196; }
span { border-color: rgb(93,177,150); }
td.TdClassName
{
border-color: #5DB196;
}
.TagClassName
{
border-color: #5DB196;
}
</style>