Shades of Keppel #5DBB96
Tints of Keppel #5DBB96
RGB
CMYK
RGB Variations
Color information
#5DBB96 (or 0x5DBB96) is known color: Keppel. HEX triplet: 5D, BB and 96. RGB value is (93,187,150). Sum of RGB (Red+Green+Blue) = 93+187+150=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB96 is #A24469. Grayscale: #9A9A9A. Windows color (decimal): -10634346 or 9878365. OLE color: 9878365.
HSL color Cylindrical-coordinate representation of color #5DBB96: hue angle of 156.38º degrees, saturation: 0.41, 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 #5DBB96 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 150 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.27 |
| HSL | 156.38º | 0.41% | 0.55% | - |
| HSV(B) | 156.38º | 0.5% | 0.73% | - |
| XYZ | 27.79 | 40.07 | 35.12 | - |
| YUV | 154.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 150 | 0.50 | 0 | 0.20 | 0.27 | 156.38 | 0.41 | 0.55 |
| Hex | 5D | BB | 96 | 32 | 0 | 14 | 1B | 9C | 29 | 37 |
| Octal | 135 | 273 | 226 | 62 | 0 | 24 | 33 | 234 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10010110 | 110010 | 0 | 10100 | 11011 | 10011100 | 101001 | 110111 |
Color Harmonies of #5DBB96
Complementary color
Monochromatic Colors of #5DBB96
Black with #5DBB96
Text Example
Text Example
White with #5DBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB96; }
p { color: rgb(93,187,150); }
H1.HeaderClassName
{
color: #5DBB96;
}
.AnyTagClassName
{
color: #5DBB96;
}
</style>
background-color css
<style>
a { background-color: #5DBB96; }
a { background-color: rgb(93,187,150); }
div.DivClassName
{
background-color: #5DBB96;
}
.BgClassName
{
background-color: #5DBB96;
}
</style>
border-color css
<style>
span { border-color: #5DBB96; }
span { border-color: rgb(93,187,150); }
td.TdClassName
{
border-color: #5DBB96;
}
.TagClassName
{
border-color: #5DBB96;
}
</style>