Shades of Deep Teal #034D3C
Tints of Deep Teal #034D3C
RGB
CMYK
RGB Variations
Color information
#034D3C (or 0x034D3C) is known color: Deep Teal. HEX triplet: 03, 4D and 3C. RGB value is (3,77,60). Sum of RGB (Red+Green+Blue) = 3+77+60=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #034D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D3C is #FCB2C3. Grayscale: #343434. Windows color (decimal): -16560836 or 3951875. OLE color: 3951875.
HSL color Cylindrical-coordinate representation of color #034D3C: hue angle of 166.22º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D3C is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 60 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.70 |
| HSL | 166.22º | 0.93% | 0.16% | - |
| HSV(B) | 166.22º | 0.96% | 0.3% | - |
| XYZ | 3.51 | 5.65 | 5.18 | - |
| YUV | 52.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 60 | 0.96 | 0 | 0.22 | 0.70 | 166.22 | 0.93 | 0.16 |
| Hex | 3 | 4D | 3C | 60 | 0 | 16 | 46 | A6 | 5C | 10 |
| Octal | 3 | 115 | 74 | 140 | 0 | 26 | 106 | 246 | 134 | 20 |
| Binary | 11 | 1001101 | 111100 | 1100000 | 0 | 10110 | 1000110 | 10100110 | 1011100 | 10000 |
Color Harmonies of #034D3C
Complementary color
Monochromatic Colors of #034D3C
Black with #034D3C
Text Example
Text Example
White with #034D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D3C; }
p { color: rgb(3,77,60); }
H1.HeaderClassName
{
color: #034D3C;
}
.AnyTagClassName
{
color: #034D3C;
}
</style>
background-color css
<style>
a { background-color: #034D3C; }
a { background-color: rgb(3,77,60); }
div.DivClassName
{
background-color: #034D3C;
}
.BgClassName
{
background-color: #034D3C;
}
</style>
border-color css
<style>
span { border-color: #034D3C; }
span { border-color: rgb(3,77,60); }
td.TdClassName
{
border-color: #034D3C;
}
.TagClassName
{
border-color: #034D3C;
}
</style>