Shades of Deep Teal #12403B
Tints of Deep Teal #12403B
RGB
CMYK
RGB Variations
Color information
#12403B (or 0x12403B) is known color: Deep Teal. HEX triplet: 12, 40 and 3B. RGB value is (18,64,59). Sum of RGB (Red+Green+Blue) = 18+64+59=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #12403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12403B is #EDBFC4. Grayscale: #313131. Windows color (decimal): -15581125 or 3883026. OLE color: 3883026.
HSL color Cylindrical-coordinate representation of color #12403B: hue angle of 173.48º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12403B is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 59 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.75 |
| HSL | 173.48º | 0.56% | 0.16% | - |
| HSV(B) | 173.48º | 0.72% | 0.25% | - |
| XYZ | 2.87 | 4.11 | 4.78 | - |
| YUV | 49.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 59 | 0.72 | 0 | 0.08 | 0.75 | 173.48 | 0.56 | 0.16 |
| Hex | 12 | 40 | 3B | 48 | 0 | 8 | 4B | AD | 38 | 10 |
| Octal | 22 | 100 | 73 | 110 | 0 | 10 | 113 | 255 | 70 | 20 |
| Binary | 10010 | 1000000 | 111011 | 1001000 | 0 | 1000 | 1001011 | 10101101 | 111000 | 10000 |
Color Harmonies of #12403B
Complementary color
Monochromatic Colors of #12403B
Black with #12403B
Text Example
Text Example
White with #12403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12403B; }
p { color: rgb(18,64,59); }
H1.HeaderClassName
{
color: #12403B;
}
.AnyTagClassName
{
color: #12403B;
}
</style>
background-color css
<style>
a { background-color: #12403B; }
a { background-color: rgb(18,64,59); }
div.DivClassName
{
background-color: #12403B;
}
.BgClassName
{
background-color: #12403B;
}
</style>
border-color css
<style>
span { border-color: #12403B; }
span { border-color: rgb(18,64,59); }
td.TdClassName
{
border-color: #12403B;
}
.TagClassName
{
border-color: #12403B;
}
</style>