Shades of Deep Teal #12473B
Tints of Deep Teal #12473B
RGB
CMYK
RGB Variations
Color information
#12473B (or 0x12473B) is known color: Deep Teal. HEX triplet: 12, 47 and 3B. RGB value is (18,71,59). Sum of RGB (Red+Green+Blue) = 18+71+59=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #12473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12473B is #EDB8C4. Grayscale: #353535. Windows color (decimal): -15579333 or 3884818. OLE color: 3884818.
HSL color Cylindrical-coordinate representation of color #12473B: hue angle of 166.42º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12473B is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 59 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.72 |
| HSL | 166.42º | 0.6% | 0.17% | - |
| HSV(B) | 166.42º | 0.75% | 0.28% | - |
| XYZ | 3.29 | 4.95 | 4.92 | - |
| YUV | 53.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 59 | 0.75 | 0 | 0.17 | 0.72 | 166.42 | 0.6 | 0.17 |
| Hex | 12 | 47 | 3B | 4B | 0 | 11 | 48 | A6 | 3C | 11 |
| Octal | 22 | 107 | 73 | 113 | 0 | 21 | 110 | 246 | 74 | 21 |
| Binary | 10010 | 1000111 | 111011 | 1001011 | 0 | 10001 | 1001000 | 10100110 | 111100 | 10001 |
Color Harmonies of #12473B
Complementary color
Monochromatic Colors of #12473B
Black with #12473B
Text Example
Text Example
White with #12473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12473B; }
p { color: rgb(18,71,59); }
H1.HeaderClassName
{
color: #12473B;
}
.AnyTagClassName
{
color: #12473B;
}
</style>
background-color css
<style>
a { background-color: #12473B; }
a { background-color: rgb(18,71,59); }
div.DivClassName
{
background-color: #12473B;
}
.BgClassName
{
background-color: #12473B;
}
</style>
border-color css
<style>
span { border-color: #12473B; }
span { border-color: rgb(18,71,59); }
td.TdClassName
{
border-color: #12473B;
}
.TagClassName
{
border-color: #12473B;
}
</style>