Shades of Keppel #5DC19B
Tints of Keppel #5DC19B
RGB
CMYK
RGB Variations
Color information
#5DC19B (or 0x5DC19B) is known color: Keppel. HEX triplet: 5D, C1 and 9B. RGB value is (93,193,155). Sum of RGB (Red+Green+Blue) = 93+193+155=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC19B is #A23E64. Grayscale: #9E9E9E. Windows color (decimal): -10632805 or 10207581. OLE color: 10207581.
HSL color Cylindrical-coordinate representation of color #5DC19B: hue angle of 157.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC19B is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 155 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.24 |
| HSL | 157.2º | 0.45% | 0.56% | - |
| HSV(B) | 157.2º | 0.52% | 0.76% | - |
| XYZ | 29.5 | 42.83 | 37.72 | - |
| YUV | 158.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 155 | 0.52 | 0 | 0.20 | 0.24 | 157.2 | 0.45 | 0.56 |
| Hex | 5D | C1 | 9B | 34 | 0 | 14 | 18 | 9D | 2D | 38 |
| Octal | 135 | 301 | 233 | 64 | 0 | 24 | 30 | 235 | 55 | 70 |
| Binary | 1011101 | 11000001 | 10011011 | 110100 | 0 | 10100 | 11000 | 10011101 | 101101 | 111000 |
Color Harmonies of #5DC19B
Complementary color
Monochromatic Colors of #5DC19B
Black with #5DC19B
Text Example
Text Example
White with #5DC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC19B; }
p { color: rgb(93,193,155); }
H1.HeaderClassName
{
color: #5DC19B;
}
.AnyTagClassName
{
color: #5DC19B;
}
</style>
background-color css
<style>
a { background-color: #5DC19B; }
a { background-color: rgb(93,193,155); }
div.DivClassName
{
background-color: #5DC19B;
}
.BgClassName
{
background-color: #5DC19B;
}
</style>
border-color css
<style>
span { border-color: #5DC19B; }
span { border-color: rgb(93,193,155); }
td.TdClassName
{
border-color: #5DC19B;
}
.TagClassName
{
border-color: #5DC19B;
}
</style>