Shades of Keppel #5DBC98
Tints of Keppel #5DBC98
RGB
CMYK
RGB Variations
Color information
#5DBC98 (or 0x5DBC98) is known color: Keppel. HEX triplet: 5D, BC and 98. RGB value is (93,188,152). Sum of RGB (Red+Green+Blue) = 93+188+152=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBC98 is #A24367. Grayscale: #9B9B9B. Windows color (decimal): -10634088 or 10009693. OLE color: 10009693.
HSL color Cylindrical-coordinate representation of color #5DBC98: hue angle of 157.26º 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 #5DBC98 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 152 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.26 |
| HSL | 157.26º | 0.41% | 0.55% | - |
| HSV(B) | 157.26º | 0.51% | 0.74% | - |
| XYZ | 28.16 | 40.56 | 36.05 | - |
| YUV | 155.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 152 | 0.51 | 0 | 0.19 | 0.26 | 157.26 | 0.41 | 0.55 |
| Hex | 5D | BC | 98 | 33 | 0 | 13 | 1A | 9D | 29 | 37 |
| Octal | 135 | 274 | 230 | 63 | 0 | 23 | 32 | 235 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10011000 | 110011 | 0 | 10011 | 11010 | 10011101 | 101001 | 110111 |
Color Harmonies of #5DBC98
Complementary color
Monochromatic Colors of #5DBC98
Black with #5DBC98
Text Example
Text Example
White with #5DBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC98; }
p { color: rgb(93,188,152); }
H1.HeaderClassName
{
color: #5DBC98;
}
.AnyTagClassName
{
color: #5DBC98;
}
</style>
background-color css
<style>
a { background-color: #5DBC98; }
a { background-color: rgb(93,188,152); }
div.DivClassName
{
background-color: #5DBC98;
}
.BgClassName
{
background-color: #5DBC98;
}
</style>
border-color css
<style>
span { border-color: #5DBC98; }
span { border-color: rgb(93,188,152); }
td.TdClassName
{
border-color: #5DBC98;
}
.TagClassName
{
border-color: #5DBC98;
}
</style>