Shades of Dark Cyan #12968D
Tints of Dark Cyan #12968D
RGB
CMYK
RGB Variations
Color information
#12968D (or 0x12968D) is known color: Dark Cyan. HEX triplet: 12, 96 and 8D. RGB value is (18,150,141). Sum of RGB (Red+Green+Blue) = 18+150+141=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #12968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12968D is #ED6972. Grayscale: #6D6D6D. Windows color (decimal): -15559027 or 9278994. OLE color: 9278994.
HSL color Cylindrical-coordinate representation of color #12968D: hue angle of 175.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12968D is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 141 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.41 |
| HSL | 175.91º | 0.79% | 0.33% | - |
| HSV(B) | 175.91º | 0.88% | 0.59% | - |
| XYZ | 15.96 | 23.86 | 28.96 | - |
| YUV | 109.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 141 | 0.88 | 0 | 0.06 | 0.41 | 175.91 | 0.79 | 0.33 |
| Hex | 12 | 96 | 8D | 58 | 0 | 6 | 29 | B0 | 4F | 21 |
| Octal | 22 | 226 | 215 | 130 | 0 | 6 | 51 | 260 | 117 | 41 |
| Binary | 10010 | 10010110 | 10001101 | 1011000 | 0 | 110 | 101001 | 10110000 | 1001111 | 100001 |
Color Harmonies of #12968D
Complementary color
Monochromatic Colors of #12968D
Black with #12968D
Text Example
Text Example
White with #12968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12968D; }
p { color: rgb(18,150,141); }
H1.HeaderClassName
{
color: #12968D;
}
.AnyTagClassName
{
color: #12968D;
}
</style>
background-color css
<style>
a { background-color: #12968D; }
a { background-color: rgb(18,150,141); }
div.DivClassName
{
background-color: #12968D;
}
.BgClassName
{
background-color: #12968D;
}
</style>
border-color css
<style>
span { border-color: #12968D; }
span { border-color: rgb(18,150,141); }
td.TdClassName
{
border-color: #12968D;
}
.TagClassName
{
border-color: #12968D;
}
</style>