Shades of Deep Teal #12493C
Tints of Deep Teal #12493C
RGB
CMYK
RGB Variations
Color information
#12493C (or 0x12493C) is known color: Deep Teal. HEX triplet: 12, 49 and 3C. RGB value is (18,73,60). Sum of RGB (Red+Green+Blue) = 18+73+60=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #12493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12493C is #EDB6C3. Grayscale: #373737. Windows color (decimal): -15578820 or 3950866. OLE color: 3950866.
HSL color Cylindrical-coordinate representation of color #12493C: hue angle of 165.82º 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 #12493C is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 60 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.71 |
| HSL | 165.82º | 0.6% | 0.18% | - |
| HSV(B) | 165.82º | 0.75% | 0.29% | - |
| XYZ | 3.45 | 5.22 | 5.1 | - |
| YUV | 55.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 60 | 0.75 | 0 | 0.18 | 0.71 | 165.82 | 0.6 | 0.18 |
| Hex | 12 | 49 | 3C | 4B | 0 | 12 | 47 | A6 | 3C | 12 |
| Octal | 22 | 111 | 74 | 113 | 0 | 22 | 107 | 246 | 74 | 22 |
| Binary | 10010 | 1001001 | 111100 | 1001011 | 0 | 10010 | 1000111 | 10100110 | 111100 | 10010 |
Color Harmonies of #12493C
Complementary color
Monochromatic Colors of #12493C
Black with #12493C
Text Example
Text Example
White with #12493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12493C; }
p { color: rgb(18,73,60); }
H1.HeaderClassName
{
color: #12493C;
}
.AnyTagClassName
{
color: #12493C;
}
</style>
background-color css
<style>
a { background-color: #12493C; }
a { background-color: rgb(18,73,60); }
div.DivClassName
{
background-color: #12493C;
}
.BgClassName
{
background-color: #12493C;
}
</style>
border-color css
<style>
span { border-color: #12493C; }
span { border-color: rgb(18,73,60); }
td.TdClassName
{
border-color: #12493C;
}
.TagClassName
{
border-color: #12493C;
}
</style>