Shades of Deep Teal #034C38
Tints of Deep Teal #034C38
RGB
CMYK
RGB Variations
Color information
#034C38 (or 0x034C38) is known color: Deep Teal. HEX triplet: 03, 4C and 38. RGB value is (3,76,56). Sum of RGB (Red+Green+Blue) = 3+76+56=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #034C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C38 is #FCB3C7. Grayscale: #333333. Windows color (decimal): -16561096 or 3689475. OLE color: 3689475.
HSL color Cylindrical-coordinate representation of color #034C38: hue angle of 163.56º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C38 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 76 | 56 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.70 |
| HSL | 163.56º | 0.92% | 0.15% | - |
| HSV(B) | 163.56º | 0.96% | 0.3% | - |
| XYZ | 3.34 | 5.47 | 4.62 | - |
| YUV | 51.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 56 | 0.96 | 0 | 0.26 | 0.70 | 163.56 | 0.92 | 0.15 |
| Hex | 3 | 4C | 38 | 60 | 0 | 1A | 46 | A4 | 5C | F |
| Octal | 3 | 114 | 70 | 140 | 0 | 32 | 106 | 244 | 134 | 17 |
| Binary | 11 | 1001100 | 111000 | 1100000 | 0 | 11010 | 1000110 | 10100100 | 1011100 | 1111 |
Color Harmonies of #034C38
Complementary color
Monochromatic Colors of #034C38
Black with #034C38
Text Example
Text Example
White with #034C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C38; }
p { color: rgb(3,76,56); }
H1.HeaderClassName
{
color: #034C38;
}
.AnyTagClassName
{
color: #034C38;
}
</style>
background-color css
<style>
a { background-color: #034C38; }
a { background-color: rgb(3,76,56); }
div.DivClassName
{
background-color: #034C38;
}
.BgClassName
{
background-color: #034C38;
}
</style>
border-color css
<style>
span { border-color: #034C38; }
span { border-color: rgb(3,76,56); }
td.TdClassName
{
border-color: #034C38;
}
.TagClassName
{
border-color: #034C38;
}
</style>