Shades of Deep Teal #034F3A
Tints of Deep Teal #034F3A
RGB
CMYK
RGB Variations
Color information
#034F3A (or 0x034F3A) is known color: Deep Teal. HEX triplet: 03, 4F and 3A. RGB value is (3,79,58). Sum of RGB (Red+Green+Blue) = 3+79+58=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 79 (31.25% from 255 or 56.43% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 79 - color contains mainly: green. Hex color #034F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F3A is #FCB0C5. Grayscale: #353535. Windows color (decimal): -16560326 or 3821315. OLE color: 3821315.
HSL color Cylindrical-coordinate representation of color #034F3A: hue angle of 163.42º 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 #034F3A is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 79 | 58 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.69 |
| HSL | 163.42º | 0.93% | 0.16% | - |
| HSV(B) | 163.42º | 0.96% | 0.31% | - |
| XYZ | 3.6 | 5.92 | 4.96 | - |
| YUV | 53.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 58 | 0.96 | 0 | 0.27 | 0.69 | 163.42 | 0.93 | 0.16 |
| Hex | 3 | 4F | 3A | 60 | 0 | 1B | 45 | A3 | 5D | 10 |
| Octal | 3 | 117 | 72 | 140 | 0 | 33 | 105 | 243 | 135 | 20 |
| Binary | 11 | 1001111 | 111010 | 1100000 | 0 | 11011 | 1000101 | 10100011 | 1011101 | 10000 |
Color Harmonies of #034F3A
Complementary color
Monochromatic Colors of #034F3A
Black with #034F3A
Text Example
Text Example
White with #034F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034F3A; }
p { color: rgb(3,79,58); }
H1.HeaderClassName
{
color: #034F3A;
}
.AnyTagClassName
{
color: #034F3A;
}
</style>
background-color css
<style>
a { background-color: #034F3A; }
a { background-color: rgb(3,79,58); }
div.DivClassName
{
background-color: #034F3A;
}
.BgClassName
{
background-color: #034F3A;
}
</style>
border-color css
<style>
span { border-color: #034F3A; }
span { border-color: rgb(3,79,58); }
td.TdClassName
{
border-color: #034F3A;
}
.TagClassName
{
border-color: #034F3A;
}
</style>