Shades of Dark Cyan #12938C
Tints of Dark Cyan #12938C
RGB
CMYK
RGB Variations
Color information
#12938C (or 0x12938C) is known color: Dark Cyan. HEX triplet: 12, 93 and 8C. RGB value is (18,147,140). Sum of RGB (Red+Green+Blue) = 18+147+140=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #12938C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12938C is #ED6C73. Grayscale: #6B6B6B. Windows color (decimal): -15559796 or 9212690. OLE color: 9212690.
HSL color Cylindrical-coordinate representation of color #12938C: hue angle of 176.74º 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 #12938C is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 140 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.42 |
| HSL | 176.74º | 0.78% | 0.32% | - |
| HSV(B) | 176.74º | 0.88% | 0.58% | - |
| XYZ | 15.42 | 22.89 | 28.42 | - |
| YUV | 107.63 | 146.26 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 140 | 0.88 | 0 | 0.05 | 0.42 | 176.74 | 0.78 | 0.32 |
| Hex | 12 | 93 | 8C | 58 | 0 | 5 | 2A | B1 | 4E | 20 |
| Octal | 22 | 223 | 214 | 130 | 0 | 5 | 52 | 261 | 116 | 40 |
| Binary | 10010 | 10010011 | 10001100 | 1011000 | 0 | 101 | 101010 | 10110001 | 1001110 | 100000 |
Color Harmonies of #12938C
Complementary color
Monochromatic Colors of #12938C
Black with #12938C
Text Example
Text Example
White with #12938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12938C; }
p { color: rgb(18,147,140); }
H1.HeaderClassName
{
color: #12938C;
}
.AnyTagClassName
{
color: #12938C;
}
</style>
background-color css
<style>
a { background-color: #12938C; }
a { background-color: rgb(18,147,140); }
div.DivClassName
{
background-color: #12938C;
}
.BgClassName
{
background-color: #12938C;
}
</style>
border-color css
<style>
span { border-color: #12938C; }
span { border-color: rgb(18,147,140); }
td.TdClassName
{
border-color: #12938C;
}
.TagClassName
{
border-color: #12938C;
}
</style>