Shades of Dark Cyan #129482
Tints of Dark Cyan #129482
RGB
CMYK
RGB Variations
Color information
#129482 (or 0x129482) is known color: Dark Cyan. HEX triplet: 12, 94 and 82. RGB value is (18,148,130). Sum of RGB (Red+Green+Blue) = 18+148+130=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #129482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129482 is #ED6B7D. Grayscale: #6B6B6B. Windows color (decimal): -15559550 or 8557586. OLE color: 8557586.
HSL color Cylindrical-coordinate representation of color #129482: hue angle of 171.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129482 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 130 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.42 |
| HSL | 171.69º | 0.78% | 0.33% | - |
| HSV(B) | 171.69º | 0.88% | 0.58% | - |
| XYZ | 14.87 | 22.92 | 24.76 | - |
| YUV | 107.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 130 | 0.88 | 0 | 0.12 | 0.42 | 171.69 | 0.78 | 0.33 |
| Hex | 12 | 94 | 82 | 58 | 0 | C | 2A | AC | 4E | 21 |
| Octal | 22 | 224 | 202 | 130 | 0 | 14 | 52 | 254 | 116 | 41 |
| Binary | 10010 | 10010100 | 10000010 | 1011000 | 0 | 1100 | 101010 | 10101100 | 1001110 | 100001 |
Color Harmonies of #129482
Complementary color
Monochromatic Colors of #129482
Black with #129482
Text Example
Text Example
White with #129482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129482; }
p { color: rgb(18,148,130); }
H1.HeaderClassName
{
color: #129482;
}
.AnyTagClassName
{
color: #129482;
}
</style>
background-color css
<style>
a { background-color: #129482; }
a { background-color: rgb(18,148,130); }
div.DivClassName
{
background-color: #129482;
}
.BgClassName
{
background-color: #129482;
}
</style>
border-color css
<style>
span { border-color: #129482; }
span { border-color: rgb(18,148,130); }
td.TdClassName
{
border-color: #129482;
}
.TagClassName
{
border-color: #129482;
}
</style>