Shades of Deep Teal #034E3C
Tints of Deep Teal #034E3C
RGB
CMYK
RGB Variations
Color information
#034E3C (or 0x034E3C) is known color: Deep Teal. HEX triplet: 03, 4E and 3C. RGB value is (3,78,60). Sum of RGB (Red+Green+Blue) = 3+78+60=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #034E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E3C is #FCB1C3. Grayscale: #353535. Windows color (decimal): -16560580 or 3952131. OLE color: 3952131.
HSL color Cylindrical-coordinate representation of color #034E3C: hue angle of 165.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E3C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 78 | 60 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.69 |
| HSL | 165.6º | 0.93% | 0.16% | - |
| HSV(B) | 165.6º | 0.96% | 0.31% | - |
| XYZ | 3.58 | 5.79 | 5.2 | - |
| YUV | 53.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 60 | 0.96 | 0 | 0.23 | 0.69 | 165.6 | 0.93 | 0.16 |
| Hex | 3 | 4E | 3C | 60 | 0 | 17 | 45 | A6 | 5D | 10 |
| Octal | 3 | 116 | 74 | 140 | 0 | 27 | 105 | 246 | 135 | 20 |
| Binary | 11 | 1001110 | 111100 | 1100000 | 0 | 10111 | 1000101 | 10100110 | 1011101 | 10000 |
Color Harmonies of #034E3C
Complementary color
Monochromatic Colors of #034E3C
Black with #034E3C
Text Example
Text Example
White with #034E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E3C; }
p { color: rgb(3,78,60); }
H1.HeaderClassName
{
color: #034E3C;
}
.AnyTagClassName
{
color: #034E3C;
}
</style>
background-color css
<style>
a { background-color: #034E3C; }
a { background-color: rgb(3,78,60); }
div.DivClassName
{
background-color: #034E3C;
}
.BgClassName
{
background-color: #034E3C;
}
</style>
border-color css
<style>
span { border-color: #034E3C; }
span { border-color: rgb(3,78,60); }
td.TdClassName
{
border-color: #034E3C;
}
.TagClassName
{
border-color: #034E3C;
}
</style>