Shades of Deep Teal #12443B
Tints of Deep Teal #12443B
RGB
CMYK
RGB Variations
Color information
#12443B (or 0x12443B) is known color: Deep Teal. HEX triplet: 12, 44 and 3B. RGB value is (18,68,59). Sum of RGB (Red+Green+Blue) = 18+68+59=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #12443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12443B is #EDBBC4. Grayscale: #343434. Windows color (decimal): -15580101 or 3884050. OLE color: 3884050.
HSL color Cylindrical-coordinate representation of color #12443B: hue angle of 169.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12443B is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 68 | 59 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.73 |
| HSL | 169.2º | 0.58% | 0.17% | - |
| HSV(B) | 169.2º | 0.74% | 0.27% | - |
| XYZ | 3.11 | 4.58 | 4.86 | - |
| YUV | 52.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 59 | 0.74 | 0 | 0.13 | 0.73 | 169.2 | 0.58 | 0.17 |
| Hex | 12 | 44 | 3B | 4A | 0 | D | 49 | A9 | 3A | 11 |
| Octal | 22 | 104 | 73 | 112 | 0 | 15 | 111 | 251 | 72 | 21 |
| Binary | 10010 | 1000100 | 111011 | 1001010 | 0 | 1101 | 1001001 | 10101001 | 111010 | 10001 |
Color Harmonies of #12443B
Complementary color
Monochromatic Colors of #12443B
Black with #12443B
Text Example
Text Example
White with #12443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12443B; }
p { color: rgb(18,68,59); }
H1.HeaderClassName
{
color: #12443B;
}
.AnyTagClassName
{
color: #12443B;
}
</style>
background-color css
<style>
a { background-color: #12443B; }
a { background-color: rgb(18,68,59); }
div.DivClassName
{
background-color: #12443B;
}
.BgClassName
{
background-color: #12443B;
}
</style>
border-color css
<style>
span { border-color: #12443B; }
span { border-color: rgb(18,68,59); }
td.TdClassName
{
border-color: #12443B;
}
.TagClassName
{
border-color: #12443B;
}
</style>