Shades of Dark Cyan #11938B
Tints of Dark Cyan #11938B
RGB
CMYK
RGB Variations
Color information
#11938B (or 0x11938B) is known color: Dark Cyan. HEX triplet: 11, 93 and 8B. RGB value is (17,147,139). Sum of RGB (Red+Green+Blue) = 17+147+139=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #11938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11938B is #EE6C74. Grayscale: #6B6B6B. Windows color (decimal): -15625333 or 9147153. OLE color: 9147153.
HSL color Cylindrical-coordinate representation of color #11938B: hue angle of 176.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11938B is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 139 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.42 |
| HSL | 176.31º | 0.79% | 0.32% | - |
| HSV(B) | 176.31º | 0.88% | 0.58% | - |
| XYZ | 15.33 | 22.85 | 28.03 | - |
| YUV | 107.22 | 145.93 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 139 | 0.88 | 0 | 0.05 | 0.42 | 176.31 | 0.79 | 0.32 |
| Hex | 11 | 93 | 8B | 58 | 0 | 5 | 2A | B0 | 4F | 20 |
| Octal | 21 | 223 | 213 | 130 | 0 | 5 | 52 | 260 | 117 | 40 |
| Binary | 10001 | 10010011 | 10001011 | 1011000 | 0 | 101 | 101010 | 10110000 | 1001111 | 100000 |
Color Harmonies of #11938B
Complementary color
Monochromatic Colors of #11938B
Black with #11938B
Text Example
Text Example
White with #11938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11938B; }
p { color: rgb(17,147,139); }
H1.HeaderClassName
{
color: #11938B;
}
.AnyTagClassName
{
color: #11938B;
}
</style>
background-color css
<style>
a { background-color: #11938B; }
a { background-color: rgb(17,147,139); }
div.DivClassName
{
background-color: #11938B;
}
.BgClassName
{
background-color: #11938B;
}
</style>
border-color css
<style>
span { border-color: #11938B; }
span { border-color: rgb(17,147,139); }
td.TdClassName
{
border-color: #11938B;
}
.TagClassName
{
border-color: #11938B;
}
</style>