Shades of Keppel #5DBC9F
Tints of Keppel #5DBC9F
RGB
CMYK
RGB Variations
Color information
#5DBC9F (or 0x5DBC9F) is known color: Keppel. HEX triplet: 5D, BC and 9F. RGB value is (93,188,159). Sum of RGB (Red+Green+Blue) = 93+188+159=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBC9F is #A24360. Grayscale: #9C9C9C. Windows color (decimal): -10634081 or 10468445. OLE color: 10468445.
HSL color Cylindrical-coordinate representation of color #5DBC9F: hue angle of 161.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBC9F is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 159 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.26 |
| HSL | 161.68º | 0.41% | 0.55% | - |
| HSV(B) | 161.68º | 0.51% | 0.74% | - |
| XYZ | 28.76 | 40.8 | 39.16 | - |
| YUV | 156.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 159 | 0.51 | 0 | 0.15 | 0.26 | 161.68 | 0.41 | 0.55 |
| Hex | 5D | BC | 9F | 33 | 0 | F | 1A | A2 | 29 | 37 |
| Octal | 135 | 274 | 237 | 63 | 0 | 17 | 32 | 242 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10011111 | 110011 | 0 | 1111 | 11010 | 10100010 | 101001 | 110111 |
Color Harmonies of #5DBC9F
Complementary color
Monochromatic Colors of #5DBC9F
Black with #5DBC9F
Text Example
Text Example
White with #5DBC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC9F; }
p { color: rgb(93,188,159); }
H1.HeaderClassName
{
color: #5DBC9F;
}
.AnyTagClassName
{
color: #5DBC9F;
}
</style>
background-color css
<style>
a { background-color: #5DBC9F; }
a { background-color: rgb(93,188,159); }
div.DivClassName
{
background-color: #5DBC9F;
}
.BgClassName
{
background-color: #5DBC9F;
}
</style>
border-color css
<style>
span { border-color: #5DBC9F; }
span { border-color: rgb(93,188,159); }
td.TdClassName
{
border-color: #5DBC9F;
}
.TagClassName
{
border-color: #5DBC9F;
}
</style>