Shades of Dark Cyan #12928A
Tints of Dark Cyan #12928A
RGB
CMYK
RGB Variations
Color information
#12928A (or 0x12928A) is known color: Dark Cyan. HEX triplet: 12, 92 and 8A. RGB value is (18,146,138). Sum of RGB (Red+Green+Blue) = 18+146+138=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #12928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12928A is #ED6D75. Grayscale: #6A6A6A. Windows color (decimal): -15560054 or 9081362. OLE color: 9081362.
HSL color Cylindrical-coordinate representation of color #12928A: hue angle of 176.25º 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 #12928A is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 138 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.43 |
| HSL | 176.25º | 0.78% | 0.32% | - |
| HSV(B) | 176.25º | 0.88% | 0.57% | - |
| XYZ | 15.12 | 22.52 | 27.6 | - |
| YUV | 106.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 138 | 0.88 | 0 | 0.05 | 0.43 | 176.25 | 0.78 | 0.32 |
| Hex | 12 | 92 | 8A | 58 | 0 | 5 | 2B | B0 | 4E | 20 |
| Octal | 22 | 222 | 212 | 130 | 0 | 5 | 53 | 260 | 116 | 40 |
| Binary | 10010 | 10010010 | 10001010 | 1011000 | 0 | 101 | 101011 | 10110000 | 1001110 | 100000 |
Color Harmonies of #12928A
Complementary color
Monochromatic Colors of #12928A
Black with #12928A
Text Example
Text Example
White with #12928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12928A; }
p { color: rgb(18,146,138); }
H1.HeaderClassName
{
color: #12928A;
}
.AnyTagClassName
{
color: #12928A;
}
</style>
background-color css
<style>
a { background-color: #12928A; }
a { background-color: rgb(18,146,138); }
div.DivClassName
{
background-color: #12928A;
}
.BgClassName
{
background-color: #12928A;
}
</style>
border-color css
<style>
span { border-color: #12928A; }
span { border-color: rgb(18,146,138); }
td.TdClassName
{
border-color: #12928A;
}
.TagClassName
{
border-color: #12928A;
}
</style>