Shades of Deep Teal #004336
Tints of Deep Teal #004336
RGB
CMYK
RGB Variations
Color information
#004336 (or 0x004336) is known color: Deep Teal. HEX triplet: 00, 43 and 36. RGB value is (0,67,54). Sum of RGB (Red+Green+Blue) = 0+67+54=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #004336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004336 is #FFBCC9. Grayscale: #2D2D2D. Windows color (decimal): -16760010 or 3556096. OLE color: 3556096.
HSL color Cylindrical-coordinate representation of color #004336: hue angle of 168.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004336 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 54 | - |
| CMYK | 1 | 0 | 0.19 | 0.74 |
| HSL | 168.36º | 1% | 0.13% | - |
| HSV(B) | 168.36º | 1% | 0.26% | - |
| XYZ | 2.67 | 4.28 | 4.18 | - |
| YUV | 45.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 54 | 1 | 0 | 0.19 | 0.74 | 168.36 | 1 | 0.13 |
| Hex | 0 | 43 | 36 | 64 | 0 | 13 | 4A | A8 | 64 | D |
| Octal | 0 | 103 | 66 | 144 | 0 | 23 | 112 | 250 | 144 | 15 |
| Binary | 0 | 1000011 | 110110 | 1100100 | 0 | 10011 | 1001010 | 10101000 | 1100100 | 1101 |
Color Harmonies of #004336
Complementary color
Monochromatic Colors of #004336
Black with #004336
Text Example
Text Example
White with #004336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004336; }
p { color: rgb(0,67,54); }
H1.HeaderClassName
{
color: #004336;
}
.AnyTagClassName
{
color: #004336;
}
</style>
background-color css
<style>
a { background-color: #004336; }
a { background-color: rgb(0,67,54); }
div.DivClassName
{
background-color: #004336;
}
.BgClassName
{
background-color: #004336;
}
</style>
border-color css
<style>
span { border-color: #004336; }
span { border-color: rgb(0,67,54); }
td.TdClassName
{
border-color: #004336;
}
.TagClassName
{
border-color: #004336;
}
</style>