Shades of Dark Cyan #129093
Tints of Dark Cyan #129093
RGB
CMYK
RGB Variations
Color information
#129093 (or 0x129093) is known color: Dark Cyan. HEX triplet: 12, 90 and 93. RGB value is (18,144,147). Sum of RGB (Red+Green+Blue) = 18+144+147=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #129093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129093 is #ED6F6C. Grayscale: #6A6A6A. Windows color (decimal): -15560557 or 9670674. OLE color: 9670674.
HSL color Cylindrical-coordinate representation of color #129093: hue angle of 181.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129093 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 144 | 147 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.42 |
| HSL | 181.4º | 0.78% | 0.32% | - |
| HSV(B) | 181.4º | 0.88% | 0.58% | - |
| XYZ | 15.49 | 22.18 | 31.07 | - |
| YUV | 106.67 | 150.76 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 147 | 0.88 | 0.02 | 0 | 0.42 | 181.4 | 0.78 | 0.32 |
| Hex | 12 | 90 | 93 | 58 | 2 | 0 | 2A | B5 | 4E | 20 |
| Octal | 22 | 220 | 223 | 130 | 2 | 0 | 52 | 265 | 116 | 40 |
| Binary | 10010 | 10010000 | 10010011 | 1011000 | 10 | 0 | 101010 | 10110101 | 1001110 | 100000 |
Color Harmonies of #129093
Complementary color
Monochromatic Colors of #129093
Black with #129093
Text Example
Text Example
White with #129093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129093; }
p { color: rgb(18,144,147); }
H1.HeaderClassName
{
color: #129093;
}
.AnyTagClassName
{
color: #129093;
}
</style>
background-color css
<style>
a { background-color: #129093; }
a { background-color: rgb(18,144,147); }
div.DivClassName
{
background-color: #129093;
}
.BgClassName
{
background-color: #129093;
}
</style>
border-color css
<style>
span { border-color: #129093; }
span { border-color: rgb(18,144,147); }
td.TdClassName
{
border-color: #129093;
}
.TagClassName
{
border-color: #129093;
}
</style>