Shades of Dark Cyan #12868F
Tints of Dark Cyan #12868F
RGB
CMYK
RGB Variations
Color information
#12868F (or 0x12868F) is known color: Dark Cyan. HEX triplet: 12, 86 and 8F. RGB value is (18,134,143). Sum of RGB (Red+Green+Blue) = 18+134+143=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #12868F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12868F is #ED7970. Grayscale: #646464. Windows color (decimal): -15563121 or 9405970. OLE color: 9405970.
HSL color Cylindrical-coordinate representation of color #12868F: hue angle of 184.32º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12868F is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 134 | 143 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.44 |
| HSL | 184.32º | 0.78% | 0.32% | - |
| HSV(B) | 184.32º | 0.87% | 0.56% | - |
| XYZ | 13.73 | 19.16 | 28.96 | - |
| YUV | 100.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 143 | 0.87 | 0.06 | 0 | 0.44 | 184.32 | 0.78 | 0.32 |
| Hex | 12 | 86 | 8F | 57 | 6 | 0 | 2C | B8 | 4E | 20 |
| Octal | 22 | 206 | 217 | 127 | 6 | 0 | 54 | 270 | 116 | 40 |
| Binary | 10010 | 10000110 | 10001111 | 1010111 | 110 | 0 | 101100 | 10111000 | 1001110 | 100000 |
Color Harmonies of #12868F
Complementary color
Monochromatic Colors of #12868F
Black with #12868F
Text Example
Text Example
White with #12868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12868F; }
p { color: rgb(18,134,143); }
H1.HeaderClassName
{
color: #12868F;
}
.AnyTagClassName
{
color: #12868F;
}
</style>
background-color css
<style>
a { background-color: #12868F; }
a { background-color: rgb(18,134,143); }
div.DivClassName
{
background-color: #12868F;
}
.BgClassName
{
background-color: #12868F;
}
</style>
border-color css
<style>
span { border-color: #12868F; }
span { border-color: rgb(18,134,143); }
td.TdClassName
{
border-color: #12868F;
}
.TagClassName
{
border-color: #12868F;
}
</style>