Shades of Dark Cyan #12928C
Tints of Dark Cyan #12928C
RGB
CMYK
RGB Variations
Color information
#12928C (or 0x12928C) is known color: Dark Cyan. HEX triplet: 12, 92 and 8C. RGB value is (18,146,140). Sum of RGB (Red+Green+Blue) = 18+146+140=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #12928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12928C is #ED6D73. Grayscale: #6A6A6A. Windows color (decimal): -15560052 or 9212434. OLE color: 9212434.
HSL color Cylindrical-coordinate representation of color #12928C: hue angle of 177.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12928C is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 140 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.43 |
| HSL | 177.19º | 0.78% | 0.32% | - |
| HSV(B) | 177.19º | 0.88% | 0.57% | - |
| XYZ | 15.26 | 22.58 | 28.36 | - |
| YUV | 107.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 140 | 0.88 | 0 | 0.04 | 0.43 | 177.19 | 0.78 | 0.32 |
| Hex | 12 | 92 | 8C | 58 | 0 | 4 | 2B | B1 | 4E | 20 |
| Octal | 22 | 222 | 214 | 130 | 0 | 4 | 53 | 261 | 116 | 40 |
| Binary | 10010 | 10010010 | 10001100 | 1011000 | 0 | 100 | 101011 | 10110001 | 1001110 | 100000 |
Color Harmonies of #12928C
Complementary color
Monochromatic Colors of #12928C
Black with #12928C
Text Example
Text Example
White with #12928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12928C; }
p { color: rgb(18,146,140); }
H1.HeaderClassName
{
color: #12928C;
}
.AnyTagClassName
{
color: #12928C;
}
</style>
background-color css
<style>
a { background-color: #12928C; }
a { background-color: rgb(18,146,140); }
div.DivClassName
{
background-color: #12928C;
}
.BgClassName
{
background-color: #12928C;
}
</style>
border-color css
<style>
span { border-color: #12928C; }
span { border-color: rgb(18,146,140); }
td.TdClassName
{
border-color: #12928C;
}
.TagClassName
{
border-color: #12928C;
}
</style>