Shades of Deep Teal #034D3B
Tints of Deep Teal #034D3B
RGB
CMYK
RGB Variations
Color information
#034D3B (or 0x034D3B) is known color: Deep Teal. HEX triplet: 03, 4D and 3B. RGB value is (3,77,59). Sum of RGB (Red+Green+Blue) = 3+77+59=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #034D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D3B is #FCB2C4. Grayscale: #343434. Windows color (decimal): -16560837 or 3886339. OLE color: 3886339.
HSL color Cylindrical-coordinate representation of color #034D3B: hue angle of 165.41º 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 #034D3B is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 59 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.70 |
| HSL | 165.41º | 0.93% | 0.16% | - |
| HSV(B) | 165.41º | 0.96% | 0.3% | - |
| XYZ | 3.48 | 5.64 | 5.04 | - |
| YUV | 52.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 59 | 0.96 | 0 | 0.23 | 0.70 | 165.41 | 0.93 | 0.16 |
| Hex | 3 | 4D | 3B | 60 | 0 | 17 | 46 | A5 | 5C | 10 |
| Octal | 3 | 115 | 73 | 140 | 0 | 27 | 106 | 245 | 134 | 20 |
| Binary | 11 | 1001101 | 111011 | 1100000 | 0 | 10111 | 1000110 | 10100101 | 1011100 | 10000 |
Color Harmonies of #034D3B
Complementary color
Monochromatic Colors of #034D3B
Black with #034D3B
Text Example
Text Example
White with #034D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D3B; }
p { color: rgb(3,77,59); }
H1.HeaderClassName
{
color: #034D3B;
}
.AnyTagClassName
{
color: #034D3B;
}
</style>
background-color css
<style>
a { background-color: #034D3B; }
a { background-color: rgb(3,77,59); }
div.DivClassName
{
background-color: #034D3B;
}
.BgClassName
{
background-color: #034D3B;
}
</style>
border-color css
<style>
span { border-color: #034D3B; }
span { border-color: rgb(3,77,59); }
td.TdClassName
{
border-color: #034D3B;
}
.TagClassName
{
border-color: #034D3B;
}
</style>