Shades of Keppel #5DC09F
Tints of Keppel #5DC09F
RGB
CMYK
RGB Variations
Color information
#5DC09F (or 0x5DC09F) is known color: Keppel. HEX triplet: 5D, C0 and 9F. RGB value is (93,192,159). Sum of RGB (Red+Green+Blue) = 93+192+159=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC09F is #A23F60. Grayscale: #9E9E9E. Windows color (decimal): -10633057 or 10469469. OLE color: 10469469.
HSL color Cylindrical-coordinate representation of color #5DC09F: hue angle of 160º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC09F is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 159 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.25 |
| HSL | 160º | 0.44% | 0.56% | - |
| HSV(B) | 160º | 0.52% | 0.75% | - |
| XYZ | 29.62 | 42.53 | 39.45 | - |
| YUV | 158.64 | 128.2 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 159 | 0.52 | 0 | 0.17 | 0.25 | 160 | 0.44 | 0.56 |
| Hex | 5D | C0 | 9F | 34 | 0 | 11 | 19 | A0 | 2C | 38 |
| Octal | 135 | 300 | 237 | 64 | 0 | 21 | 31 | 240 | 54 | 70 |
| Binary | 1011101 | 11000000 | 10011111 | 110100 | 0 | 10001 | 11001 | 10100000 | 101100 | 111000 |
Color Harmonies of #5DC09F
Complementary color
Monochromatic Colors of #5DC09F
Black with #5DC09F
Text Example
Text Example
White with #5DC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC09F; }
p { color: rgb(93,192,159); }
H1.HeaderClassName
{
color: #5DC09F;
}
.AnyTagClassName
{
color: #5DC09F;
}
</style>
background-color css
<style>
a { background-color: #5DC09F; }
a { background-color: rgb(93,192,159); }
div.DivClassName
{
background-color: #5DC09F;
}
.BgClassName
{
background-color: #5DC09F;
}
</style>
border-color css
<style>
span { border-color: #5DC09F; }
span { border-color: rgb(93,192,159); }
td.TdClassName
{
border-color: #5DC09F;
}
.TagClassName
{
border-color: #5DC09F;
}
</style>