Shades of Dark Cyan #12908B
Tints of Dark Cyan #12908B
RGB
CMYK
RGB Variations
Color information
#12908B (or 0x12908B) is known color: Dark Cyan. HEX triplet: 12, 90 and 8B. RGB value is (18,144,139). Sum of RGB (Red+Green+Blue) = 18+144+139=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #12908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12908B is #ED6F74. Grayscale: #696969. Windows color (decimal): -15560565 or 9146386. OLE color: 9146386.
HSL color Cylindrical-coordinate representation of color #12908B: hue angle of 177.62º 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 #12908B is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 139 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.44 |
| HSL | 177.62º | 0.78% | 0.32% | - |
| HSV(B) | 177.62º | 0.88% | 0.56% | - |
| XYZ | 14.88 | 21.94 | 27.88 | - |
| YUV | 105.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 139 | 0.88 | 0 | 0.03 | 0.44 | 177.62 | 0.78 | 0.32 |
| Hex | 12 | 90 | 8B | 58 | 0 | 3 | 2C | B2 | 4E | 20 |
| Octal | 22 | 220 | 213 | 130 | 0 | 3 | 54 | 262 | 116 | 40 |
| Binary | 10010 | 10010000 | 10001011 | 1011000 | 0 | 11 | 101100 | 10110010 | 1001110 | 100000 |
Color Harmonies of #12908B
Complementary color
Monochromatic Colors of #12908B
Black with #12908B
Text Example
Text Example
White with #12908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12908B; }
p { color: rgb(18,144,139); }
H1.HeaderClassName
{
color: #12908B;
}
.AnyTagClassName
{
color: #12908B;
}
</style>
background-color css
<style>
a { background-color: #12908B; }
a { background-color: rgb(18,144,139); }
div.DivClassName
{
background-color: #12908B;
}
.BgClassName
{
background-color: #12908B;
}
</style>
border-color css
<style>
span { border-color: #12908B; }
span { border-color: rgb(18,144,139); }
td.TdClassName
{
border-color: #12908B;
}
.TagClassName
{
border-color: #12908B;
}
</style>