Shades of Deep Teal #014034
Tints of Deep Teal #014034
RGB
CMYK
RGB Variations
Color information
#014034 (or 0x014034) is known color: Deep Teal. HEX triplet: 01, 40 and 34. RGB value is (1,64,52). Sum of RGB (Red+Green+Blue) = 1+64+52=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #014034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014034 is #FEBFCB. Grayscale: #2B2B2B. Windows color (decimal): -16695244 or 3424257. OLE color: 3424257.
HSL color Cylindrical-coordinate representation of color #014034: hue angle of 168.57º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014034 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 52 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.75 |
| HSL | 168.57º | 0.97% | 0.13% | - |
| HSV(B) | 168.57º | 0.98% | 0.25% | - |
| XYZ | 2.47 | 3.92 | 3.88 | - |
| YUV | 43.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 52 | 0.98 | 0 | 0.19 | 0.75 | 168.57 | 0.97 | 0.13 |
| Hex | 1 | 40 | 34 | 62 | 0 | 13 | 4B | A9 | 61 | D |
| Octal | 1 | 100 | 64 | 142 | 0 | 23 | 113 | 251 | 141 | 15 |
| Binary | 1 | 1000000 | 110100 | 1100010 | 0 | 10011 | 1001011 | 10101001 | 1100001 | 1101 |
Color Harmonies of #014034
Complementary color
Monochromatic Colors of #014034
Black with #014034
Text Example
Text Example
White with #014034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014034; }
p { color: rgb(1,64,52); }
H1.HeaderClassName
{
color: #014034;
}
.AnyTagClassName
{
color: #014034;
}
</style>
background-color css
<style>
a { background-color: #014034; }
a { background-color: rgb(1,64,52); }
div.DivClassName
{
background-color: #014034;
}
.BgClassName
{
background-color: #014034;
}
</style>
border-color css
<style>
span { border-color: #014034; }
span { border-color: rgb(1,64,52); }
td.TdClassName
{
border-color: #014034;
}
.TagClassName
{
border-color: #014034;
}
</style>