Shades of Dark Cyan #11918B
Tints of Dark Cyan #11918B
RGB
CMYK
RGB Variations
Color information
#11918B (or 0x11918B) is known color: Dark Cyan. HEX triplet: 11, 91 and 8B. RGB value is (17,145,139). Sum of RGB (Red+Green+Blue) = 17+145+139=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #11918B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11918B is #EE6E74. Grayscale: #696969. Windows color (decimal): -15625845 or 9146641. OLE color: 9146641.
HSL color Cylindrical-coordinate representation of color #11918B: hue angle of 177.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11918B is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 139 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.43 |
| HSL | 177.19º | 0.79% | 0.32% | - |
| HSV(B) | 177.19º | 0.88% | 0.57% | - |
| XYZ | 15.02 | 22.23 | 27.93 | - |
| YUV | 106.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 139 | 0.88 | 0 | 0.04 | 0.43 | 177.19 | 0.79 | 0.32 |
| Hex | 11 | 91 | 8B | 58 | 0 | 4 | 2B | B1 | 4F | 20 |
| Octal | 21 | 221 | 213 | 130 | 0 | 4 | 53 | 261 | 117 | 40 |
| Binary | 10001 | 10010001 | 10001011 | 1011000 | 0 | 100 | 101011 | 10110001 | 1001111 | 100000 |
Color Harmonies of #11918B
Complementary color
Monochromatic Colors of #11918B
Black with #11918B
Text Example
Text Example
White with #11918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11918B; }
p { color: rgb(17,145,139); }
H1.HeaderClassName
{
color: #11918B;
}
.AnyTagClassName
{
color: #11918B;
}
</style>
background-color css
<style>
a { background-color: #11918B; }
a { background-color: rgb(17,145,139); }
div.DivClassName
{
background-color: #11918B;
}
.BgClassName
{
background-color: #11918B;
}
</style>
border-color css
<style>
span { border-color: #11918B; }
span { border-color: rgb(17,145,139); }
td.TdClassName
{
border-color: #11918B;
}
.TagClassName
{
border-color: #11918B;
}
</style>