Shades of Dark Cyan #11948C
Tints of Dark Cyan #11948C
RGB
CMYK
RGB Variations
Color information
#11948C (or 0x11948C) is known color: Dark Cyan. HEX triplet: 11, 94 and 8C. RGB value is (17,148,140). Sum of RGB (Red+Green+Blue) = 17+148+140=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #11948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11948C is #EE6B73. Grayscale: #6B6B6B. Windows color (decimal): -15625076 or 9212945. OLE color: 9212945.
HSL color Cylindrical-coordinate representation of color #11948C: hue angle of 176.34º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11948C is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 140 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.42 |
| HSL | 176.34º | 0.79% | 0.32% | - |
| HSV(B) | 176.34º | 0.89% | 0.58% | - |
| XYZ | 15.55 | 23.19 | 28.47 | - |
| YUV | 107.92 | 146.1 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 140 | 0.89 | 0 | 0.05 | 0.42 | 176.34 | 0.79 | 0.32 |
| Hex | 11 | 94 | 8C | 59 | 0 | 5 | 2A | B0 | 4F | 20 |
| Octal | 21 | 224 | 214 | 131 | 0 | 5 | 52 | 260 | 117 | 40 |
| Binary | 10001 | 10010100 | 10001100 | 1011001 | 0 | 101 | 101010 | 10110000 | 1001111 | 100000 |
Color Harmonies of #11948C
Complementary color
Monochromatic Colors of #11948C
Black with #11948C
Text Example
Text Example
White with #11948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11948C; }
p { color: rgb(17,148,140); }
H1.HeaderClassName
{
color: #11948C;
}
.AnyTagClassName
{
color: #11948C;
}
</style>
background-color css
<style>
a { background-color: #11948C; }
a { background-color: rgb(17,148,140); }
div.DivClassName
{
background-color: #11948C;
}
.BgClassName
{
background-color: #11948C;
}
</style>
border-color css
<style>
span { border-color: #11948C; }
span { border-color: rgb(17,148,140); }
td.TdClassName
{
border-color: #11948C;
}
.TagClassName
{
border-color: #11948C;
}
</style>