Shades of Dark Cyan #12908A
Tints of Dark Cyan #12908A
RGB
CMYK
RGB Variations
Color information
#12908A (or 0x12908A) is known color: Dark Cyan. HEX triplet: 12, 90 and 8A. RGB value is (18,144,138). Sum of RGB (Red+Green+Blue) = 18+144+138=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #12908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12908A is #ED6F75. Grayscale: #696969. Windows color (decimal): -15560566 or 9080850. OLE color: 9080850.
HSL color Cylindrical-coordinate representation of color #12908A: hue angle of 177.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12908A is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 138 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.44 |
| HSL | 177.14º | 0.78% | 0.32% | - |
| HSV(B) | 177.14º | 0.88% | 0.56% | - |
| XYZ | 14.81 | 21.91 | 27.49 | - |
| YUV | 105.64 | 146.26 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 138 | 0.88 | 0 | 0.04 | 0.44 | 177.14 | 0.78 | 0.32 |
| Hex | 12 | 90 | 8A | 58 | 0 | 4 | 2C | B1 | 4E | 20 |
| Octal | 22 | 220 | 212 | 130 | 0 | 4 | 54 | 261 | 116 | 40 |
| Binary | 10010 | 10010000 | 10001010 | 1011000 | 0 | 100 | 101100 | 10110001 | 1001110 | 100000 |
Color Harmonies of #12908A
Complementary color
Monochromatic Colors of #12908A
Black with #12908A
Text Example
Text Example
White with #12908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12908A; }
p { color: rgb(18,144,138); }
H1.HeaderClassName
{
color: #12908A;
}
.AnyTagClassName
{
color: #12908A;
}
</style>
background-color css
<style>
a { background-color: #12908A; }
a { background-color: rgb(18,144,138); }
div.DivClassName
{
background-color: #12908A;
}
.BgClassName
{
background-color: #12908A;
}
</style>
border-color css
<style>
span { border-color: #12908A; }
span { border-color: rgb(18,144,138); }
td.TdClassName
{
border-color: #12908A;
}
.TagClassName
{
border-color: #12908A;
}
</style>