Shades of Dark Cyan #118D95
Tints of Dark Cyan #118D95
RGB
CMYK
RGB Variations
Color information
#118D95 (or 0x118D95) is known color: Dark Cyan. HEX triplet: 11, 8D and 95. RGB value is (17,141,149). Sum of RGB (Red+Green+Blue) = 17+141+149=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #118D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118D95 is #EE726A. Grayscale: #686868. Windows color (decimal): -15626859 or 9800977. OLE color: 9800977.
HSL color Cylindrical-coordinate representation of color #118D95: hue angle of 183.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118D95 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 141 | 149 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.42 |
| HSL | 183.64º | 0.8% | 0.33% | - |
| HSV(B) | 183.64º | 0.89% | 0.58% | - |
| XYZ | 15.18 | 21.34 | 31.75 | - |
| YUV | 104.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 149 | 0.89 | 0.05 | 0 | 0.42 | 183.64 | 0.8 | 0.33 |
| Hex | 11 | 8D | 95 | 59 | 5 | 0 | 2A | B8 | 50 | 21 |
| Octal | 21 | 215 | 225 | 131 | 5 | 0 | 52 | 270 | 120 | 41 |
| Binary | 10001 | 10001101 | 10010101 | 1011001 | 101 | 0 | 101010 | 10111000 | 1010000 | 100001 |
Color Harmonies of #118D95
Complementary color
Monochromatic Colors of #118D95
Black with #118D95
Text Example
Text Example
White with #118D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D95; }
p { color: rgb(17,141,149); }
H1.HeaderClassName
{
color: #118D95;
}
.AnyTagClassName
{
color: #118D95;
}
</style>
background-color css
<style>
a { background-color: #118D95; }
a { background-color: rgb(17,141,149); }
div.DivClassName
{
background-color: #118D95;
}
.BgClassName
{
background-color: #118D95;
}
</style>
border-color css
<style>
span { border-color: #118D95; }
span { border-color: rgb(17,141,149); }
td.TdClassName
{
border-color: #118D95;
}
.TagClassName
{
border-color: #118D95;
}
</style>