Shades of Deep Teal #12493D
Tints of Deep Teal #12493D
RGB
CMYK
RGB Variations
Color information
#12493D (or 0x12493D) is known color: Deep Teal. HEX triplet: 12, 49 and 3D. RGB value is (18,73,61). Sum of RGB (Red+Green+Blue) = 18+73+61=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #12493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12493D is #EDB6C2. Grayscale: #373737. Windows color (decimal): -15578819 or 4016402. OLE color: 4016402.
HSL color Cylindrical-coordinate representation of color #12493D: hue angle of 166.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12493D is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 61 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.71 |
| HSL | 166.91º | 0.6% | 0.18% | - |
| HSV(B) | 166.91º | 0.75% | 0.29% | - |
| XYZ | 3.47 | 5.23 | 5.24 | - |
| YUV | 55.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 61 | 0.75 | 0 | 0.16 | 0.71 | 166.91 | 0.6 | 0.18 |
| Hex | 12 | 49 | 3D | 4B | 0 | 10 | 47 | A7 | 3C | 12 |
| Octal | 22 | 111 | 75 | 113 | 0 | 20 | 107 | 247 | 74 | 22 |
| Binary | 10010 | 1001001 | 111101 | 1001011 | 0 | 10000 | 1000111 | 10100111 | 111100 | 10010 |
Color Harmonies of #12493D
Complementary color
Monochromatic Colors of #12493D
Black with #12493D
Text Example
Text Example
White with #12493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12493D; }
p { color: rgb(18,73,61); }
H1.HeaderClassName
{
color: #12493D;
}
.AnyTagClassName
{
color: #12493D;
}
</style>
background-color css
<style>
a { background-color: #12493D; }
a { background-color: rgb(18,73,61); }
div.DivClassName
{
background-color: #12493D;
}
.BgClassName
{
background-color: #12493D;
}
</style>
border-color css
<style>
span { border-color: #12493D; }
span { border-color: rgb(18,73,61); }
td.TdClassName
{
border-color: #12493D;
}
.TagClassName
{
border-color: #12493D;
}
</style>