Shades of Dark Cyan #11878E
Tints of Dark Cyan #11878E
RGB
CMYK
RGB Variations
Color information
#11878E (or 0x11878E) is known color: Dark Cyan. HEX triplet: 11, 87 and 8E. RGB value is (17,135,142). Sum of RGB (Red+Green+Blue) = 17+135+142=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #11878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11878E is #EE7871. Grayscale: #646464. Windows color (decimal): -15628402 or 9340689. OLE color: 9340689.
HSL color Cylindrical-coordinate representation of color #11878E: hue angle of 183.36º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11878E is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 135 | 142 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.44 |
| HSL | 183.36º | 0.79% | 0.31% | - |
| HSV(B) | 183.36º | 0.88% | 0.56% | - |
| XYZ | 13.78 | 19.4 | 28.61 | - |
| YUV | 100.52 | 151.41 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 142 | 0.88 | 0.05 | 0 | 0.44 | 183.36 | 0.79 | 0.31 |
| Hex | 11 | 87 | 8E | 58 | 5 | 0 | 2C | B7 | 4F | 1F |
| Octal | 21 | 207 | 216 | 130 | 5 | 0 | 54 | 267 | 117 | 37 |
| Binary | 10001 | 10000111 | 10001110 | 1011000 | 101 | 0 | 101100 | 10110111 | 1001111 | 11111 |
Color Harmonies of #11878E
Complementary color
Monochromatic Colors of #11878E
Black with #11878E
Text Example
Text Example
White with #11878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11878E; }
p { color: rgb(17,135,142); }
H1.HeaderClassName
{
color: #11878E;
}
.AnyTagClassName
{
color: #11878E;
}
</style>
background-color css
<style>
a { background-color: #11878E; }
a { background-color: rgb(17,135,142); }
div.DivClassName
{
background-color: #11878E;
}
.BgClassName
{
background-color: #11878E;
}
</style>
border-color css
<style>
span { border-color: #11878E; }
span { border-color: rgb(17,135,142); }
td.TdClassName
{
border-color: #11878E;
}
.TagClassName
{
border-color: #11878E;
}
</style>