Shades of Dark Cyan #11848A
Tints of Dark Cyan #11848A
RGB
CMYK
RGB Variations
Color information
#11848A (or 0x11848A) is known color: Dark Cyan. HEX triplet: 11, 84 and 8A. RGB value is (17,132,138). Sum of RGB (Red+Green+Blue) = 17+132+138=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #11848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11848A is #EE7B75. Grayscale: #626262. Windows color (decimal): -15629174 or 9077777. OLE color: 9077777.
HSL color Cylindrical-coordinate representation of color #11848A: hue angle of 182.98º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11848A is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 132 | 138 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.46 |
| HSL | 182.98º | 0.78% | 0.3% | - |
| HSV(B) | 182.98º | 0.88% | 0.54% | - |
| XYZ | 13.07 | 18.46 | 26.92 | - |
| YUV | 98.3 | 150.4 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 138 | 0.88 | 0.04 | 0 | 0.46 | 182.98 | 0.78 | 0.3 |
| Hex | 11 | 84 | 8A | 58 | 4 | 0 | 2E | B7 | 4E | 1E |
| Octal | 21 | 204 | 212 | 130 | 4 | 0 | 56 | 267 | 116 | 36 |
| Binary | 10001 | 10000100 | 10001010 | 1011000 | 100 | 0 | 101110 | 10110111 | 1001110 | 11110 |
Color Harmonies of #11848A
Complementary color
Monochromatic Colors of #11848A
Black with #11848A
Text Example
Text Example
White with #11848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11848A; }
p { color: rgb(17,132,138); }
H1.HeaderClassName
{
color: #11848A;
}
.AnyTagClassName
{
color: #11848A;
}
</style>
background-color css
<style>
a { background-color: #11848A; }
a { background-color: rgb(17,132,138); }
div.DivClassName
{
background-color: #11848A;
}
.BgClassName
{
background-color: #11848A;
}
</style>
border-color css
<style>
span { border-color: #11848A; }
span { border-color: rgb(17,132,138); }
td.TdClassName
{
border-color: #11848A;
}
.TagClassName
{
border-color: #11848A;
}
</style>