Shades of Deep Teal #034A37
Tints of Deep Teal #034A37
RGB
CMYK
RGB Variations
Color information
#034A37 (or 0x034A37) is known color: Deep Teal. HEX triplet: 03, 4A and 37. RGB value is (3,74,55). Sum of RGB (Red+Green+Blue) = 3+74+55=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #034A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A37 is #FCB5C8. Grayscale: #323232. Windows color (decimal): -16561609 or 3623427. OLE color: 3623427.
HSL color Cylindrical-coordinate representation of color #034A37: hue angle of 163.94º 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 #034A37 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 55 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.71 |
| HSL | 163.94º | 0.92% | 0.15% | - |
| HSV(B) | 163.94º | 0.96% | 0.29% | - |
| XYZ | 3.18 | 5.19 | 4.45 | - |
| YUV | 50.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 55 | 0.96 | 0 | 0.26 | 0.71 | 163.94 | 0.92 | 0.15 |
| Hex | 3 | 4A | 37 | 60 | 0 | 1A | 47 | A4 | 5C | F |
| Octal | 3 | 112 | 67 | 140 | 0 | 32 | 107 | 244 | 134 | 17 |
| Binary | 11 | 1001010 | 110111 | 1100000 | 0 | 11010 | 1000111 | 10100100 | 1011100 | 1111 |
Color Harmonies of #034A37
Complementary color
Monochromatic Colors of #034A37
Black with #034A37
Text Example
Text Example
White with #034A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A37; }
p { color: rgb(3,74,55); }
H1.HeaderClassName
{
color: #034A37;
}
.AnyTagClassName
{
color: #034A37;
}
</style>
background-color css
<style>
a { background-color: #034A37; }
a { background-color: rgb(3,74,55); }
div.DivClassName
{
background-color: #034A37;
}
.BgClassName
{
background-color: #034A37;
}
</style>
border-color css
<style>
span { border-color: #034A37; }
span { border-color: rgb(3,74,55); }
td.TdClassName
{
border-color: #034A37;
}
.TagClassName
{
border-color: #034A37;
}
</style>