Shades of Deep Teal #034A3A
Tints of Deep Teal #034A3A
RGB
CMYK
RGB Variations
Color information
#034A3A (or 0x034A3A) is known color: Deep Teal. HEX triplet: 03, 4A and 3A. RGB value is (3,74,58). Sum of RGB (Red+Green+Blue) = 3+74+58=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #034A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A3A is #FCB5C5. Grayscale: #323232. Windows color (decimal): -16561606 or 3820035. OLE color: 3820035.
HSL color Cylindrical-coordinate representation of color #034A3A: hue angle of 166.48º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A3A is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 58 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.71 |
| HSL | 166.48º | 0.92% | 0.15% | - |
| HSV(B) | 166.48º | 0.96% | 0.29% | - |
| XYZ | 3.25 | 5.22 | 4.84 | - |
| YUV | 50.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 58 | 0.96 | 0 | 0.22 | 0.71 | 166.48 | 0.92 | 0.15 |
| Hex | 3 | 4A | 3A | 60 | 0 | 16 | 47 | A6 | 5C | F |
| Octal | 3 | 112 | 72 | 140 | 0 | 26 | 107 | 246 | 134 | 17 |
| Binary | 11 | 1001010 | 111010 | 1100000 | 0 | 10110 | 1000111 | 10100110 | 1011100 | 1111 |
Color Harmonies of #034A3A
Complementary color
Monochromatic Colors of #034A3A
Black with #034A3A
Text Example
Text Example
White with #034A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A3A; }
p { color: rgb(3,74,58); }
H1.HeaderClassName
{
color: #034A3A;
}
.AnyTagClassName
{
color: #034A3A;
}
</style>
background-color css
<style>
a { background-color: #034A3A; }
a { background-color: rgb(3,74,58); }
div.DivClassName
{
background-color: #034A3A;
}
.BgClassName
{
background-color: #034A3A;
}
</style>
border-color css
<style>
span { border-color: #034A3A; }
span { border-color: rgb(3,74,58); }
td.TdClassName
{
border-color: #034A3A;
}
.TagClassName
{
border-color: #034A3A;
}
</style>