Shades of Dark Cyan #12938A
Tints of Dark Cyan #12938A
RGB
CMYK
RGB Variations
Color information
#12938A (or 0x12938A) is known color: Dark Cyan. HEX triplet: 12, 93 and 8A. RGB value is (18,147,138). Sum of RGB (Red+Green+Blue) = 18+147+138=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #12938A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12938A is #ED6C75. Grayscale: #6B6B6B. Windows color (decimal): -15559798 or 9081618. OLE color: 9081618.
HSL color Cylindrical-coordinate representation of color #12938A: hue angle of 175.81º 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 #12938A is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 138 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.42 |
| HSL | 175.81º | 0.78% | 0.32% | - |
| HSV(B) | 175.81º | 0.88% | 0.58% | - |
| XYZ | 15.27 | 22.83 | 27.65 | - |
| YUV | 107.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 138 | 0.88 | 0 | 0.06 | 0.42 | 175.81 | 0.78 | 0.32 |
| Hex | 12 | 93 | 8A | 58 | 0 | 6 | 2A | B0 | 4E | 20 |
| Octal | 22 | 223 | 212 | 130 | 0 | 6 | 52 | 260 | 116 | 40 |
| Binary | 10010 | 10010011 | 10001010 | 1011000 | 0 | 110 | 101010 | 10110000 | 1001110 | 100000 |
Color Harmonies of #12938A
Complementary color
Monochromatic Colors of #12938A
Black with #12938A
Text Example
Text Example
White with #12938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12938A; }
p { color: rgb(18,147,138); }
H1.HeaderClassName
{
color: #12938A;
}
.AnyTagClassName
{
color: #12938A;
}
</style>
background-color css
<style>
a { background-color: #12938A; }
a { background-color: rgb(18,147,138); }
div.DivClassName
{
background-color: #12938A;
}
.BgClassName
{
background-color: #12938A;
}
</style>
border-color css
<style>
span { border-color: #12938A; }
span { border-color: rgb(18,147,138); }
td.TdClassName
{
border-color: #12938A;
}
.TagClassName
{
border-color: #12938A;
}
</style>