Shades of Deep Teal #034436
Tints of Deep Teal #034436
RGB
CMYK
RGB Variations
Color information
#034436 (or 0x034436) is known color: Deep Teal. HEX triplet: 03, 44 and 36. RGB value is (3,68,54). Sum of RGB (Red+Green+Blue) = 3+68+54=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #034436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034436 is #FCBBC9. Grayscale: #2E2E2E. Windows color (decimal): -16563146 or 3556355. OLE color: 3556355.
HSL color Cylindrical-coordinate representation of color #034436: hue angle of 167.08º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034436 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 54 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.73 |
| HSL | 167.08º | 0.92% | 0.14% | - |
| HSV(B) | 167.08º | 0.96% | 0.27% | - |
| XYZ | 2.77 | 4.42 | 4.2 | - |
| YUV | 46.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 54 | 0.96 | 0 | 0.21 | 0.73 | 167.08 | 0.92 | 0.14 |
| Hex | 3 | 44 | 36 | 60 | 0 | 15 | 49 | A7 | 5C | E |
| Octal | 3 | 104 | 66 | 140 | 0 | 25 | 111 | 247 | 134 | 16 |
| Binary | 11 | 1000100 | 110110 | 1100000 | 0 | 10101 | 1001001 | 10100111 | 1011100 | 1110 |
Color Harmonies of #034436
Complementary color
Monochromatic Colors of #034436
Black with #034436
Text Example
Text Example
White with #034436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034436; }
p { color: rgb(3,68,54); }
H1.HeaderClassName
{
color: #034436;
}
.AnyTagClassName
{
color: #034436;
}
</style>
background-color css
<style>
a { background-color: #034436; }
a { background-color: rgb(3,68,54); }
div.DivClassName
{
background-color: #034436;
}
.BgClassName
{
background-color: #034436;
}
</style>
border-color css
<style>
span { border-color: #034436; }
span { border-color: rgb(3,68,54); }
td.TdClassName
{
border-color: #034436;
}
.TagClassName
{
border-color: #034436;
}
</style>