Shades of Dark Cyan #11928A
Tints of Dark Cyan #11928A
RGB
CMYK
RGB Variations
Color information
#11928A (or 0x11928A) is known color: Dark Cyan. HEX triplet: 11, 92 and 8A. RGB value is (17,146,138). Sum of RGB (Red+Green+Blue) = 17+146+138=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #11928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11928A is #EE6D75. Grayscale: #6A6A6A. Windows color (decimal): -15625590 or 9081361. OLE color: 9081361.
HSL color Cylindrical-coordinate representation of color #11928A: hue angle of 176.28º 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 #11928A is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 138 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.43 |
| HSL | 176.28º | 0.79% | 0.32% | - |
| HSV(B) | 176.28º | 0.88% | 0.57% | - |
| XYZ | 15.1 | 22.51 | 27.59 | - |
| YUV | 106.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 138 | 0.88 | 0 | 0.05 | 0.43 | 176.28 | 0.79 | 0.32 |
| Hex | 11 | 92 | 8A | 58 | 0 | 5 | 2B | B0 | 4F | 20 |
| Octal | 21 | 222 | 212 | 130 | 0 | 5 | 53 | 260 | 117 | 40 |
| Binary | 10001 | 10010010 | 10001010 | 1011000 | 0 | 101 | 101011 | 10110000 | 1001111 | 100000 |
Color Harmonies of #11928A
Complementary color
Monochromatic Colors of #11928A
Black with #11928A
Text Example
Text Example
White with #11928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11928A; }
p { color: rgb(17,146,138); }
H1.HeaderClassName
{
color: #11928A;
}
.AnyTagClassName
{
color: #11928A;
}
</style>
background-color css
<style>
a { background-color: #11928A; }
a { background-color: rgb(17,146,138); }
div.DivClassName
{
background-color: #11928A;
}
.BgClassName
{
background-color: #11928A;
}
</style>
border-color css
<style>
span { border-color: #11928A; }
span { border-color: rgb(17,146,138); }
td.TdClassName
{
border-color: #11928A;
}
.TagClassName
{
border-color: #11928A;
}
</style>