Shades of Dark Cyan #11928C
Tints of Dark Cyan #11928C
RGB
CMYK
RGB Variations
Color information
#11928C (or 0x11928C) is known color: Dark Cyan. HEX triplet: 11, 92 and 8C. RGB value is (17,146,140). Sum of RGB (Red+Green+Blue) = 17+146+140=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #11928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11928C is #EE6D73. Grayscale: #6A6A6A. Windows color (decimal): -15625588 or 9212433. OLE color: 9212433.
HSL color Cylindrical-coordinate representation of color #11928C: hue angle of 177.21º 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 #11928C is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 140 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.43 |
| HSL | 177.21º | 0.79% | 0.32% | - |
| HSV(B) | 177.21º | 0.88% | 0.57% | - |
| XYZ | 15.24 | 22.57 | 28.36 | - |
| YUV | 106.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 140 | 0.88 | 0 | 0.04 | 0.43 | 177.21 | 0.79 | 0.32 |
| Hex | 11 | 92 | 8C | 58 | 0 | 4 | 2B | B1 | 4F | 20 |
| Octal | 21 | 222 | 214 | 130 | 0 | 4 | 53 | 261 | 117 | 40 |
| Binary | 10001 | 10010010 | 10001100 | 1011000 | 0 | 100 | 101011 | 10110001 | 1001111 | 100000 |
Color Harmonies of #11928C
Complementary color
Monochromatic Colors of #11928C
Black with #11928C
Text Example
Text Example
White with #11928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11928C; }
p { color: rgb(17,146,140); }
H1.HeaderClassName
{
color: #11928C;
}
.AnyTagClassName
{
color: #11928C;
}
</style>
background-color css
<style>
a { background-color: #11928C; }
a { background-color: rgb(17,146,140); }
div.DivClassName
{
background-color: #11928C;
}
.BgClassName
{
background-color: #11928C;
}
</style>
border-color css
<style>
span { border-color: #11928C; }
span { border-color: rgb(17,146,140); }
td.TdClassName
{
border-color: #11928C;
}
.TagClassName
{
border-color: #11928C;
}
</style>