Shades of Keppel #5DBB9C
Tints of Keppel #5DBB9C
RGB
CMYK
RGB Variations
Color information
#5DBB9C (or 0x5DBB9C) is known color: Keppel. HEX triplet: 5D, BB and 9C. RGB value is (93,187,156). Sum of RGB (Red+Green+Blue) = 93+187+156=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB9C is #A24463. Grayscale: #9B9B9B. Windows color (decimal): -10634340 or 10271581. OLE color: 10271581.
HSL color Cylindrical-coordinate representation of color #5DBB9C: hue angle of 160.21º 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 #5DBB9C is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 156 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.27 |
| HSL | 160.21º | 0.41% | 0.55% | - |
| HSV(B) | 160.21º | 0.5% | 0.73% | - |
| XYZ | 28.29 | 40.27 | 37.73 | - |
| YUV | 155.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 156 | 0.50 | 0 | 0.17 | 0.27 | 160.21 | 0.41 | 0.55 |
| Hex | 5D | BB | 9C | 32 | 0 | 11 | 1B | A0 | 29 | 37 |
| Octal | 135 | 273 | 234 | 62 | 0 | 21 | 33 | 240 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10011100 | 110010 | 0 | 10001 | 11011 | 10100000 | 101001 | 110111 |
Color Harmonies of #5DBB9C
Complementary color
Monochromatic Colors of #5DBB9C
Black with #5DBB9C
Text Example
Text Example
White with #5DBB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB9C; }
p { color: rgb(93,187,156); }
H1.HeaderClassName
{
color: #5DBB9C;
}
.AnyTagClassName
{
color: #5DBB9C;
}
</style>
background-color css
<style>
a { background-color: #5DBB9C; }
a { background-color: rgb(93,187,156); }
div.DivClassName
{
background-color: #5DBB9C;
}
.BgClassName
{
background-color: #5DBB9C;
}
</style>
border-color css
<style>
span { border-color: #5DBB9C; }
span { border-color: rgb(93,187,156); }
td.TdClassName
{
border-color: #5DBB9C;
}
.TagClassName
{
border-color: #5DBB9C;
}
</style>