Shades of Deep Teal #1C4D43
Tints of Deep Teal #1C4D43
RGB
CMYK
RGB Variations
Color information
#1C4D43 (or 0x1C4D43) is known color: Deep Teal. HEX triplet: 1C, 4D and 43. RGB value is (28,77,67). Sum of RGB (Red+Green+Blue) = 28+77+67=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #1C4D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4D43 is #E3B2BC. Grayscale: #3D3D3D. Windows color (decimal): -14922429 or 4410652. OLE color: 4410652.
HSL color Cylindrical-coordinate representation of color #1C4D43: hue angle of 167.76º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C4D43 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 77 | 67 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.70 |
| HSL | 167.76º | 0.47% | 0.21% | - |
| HSV(B) | 167.76º | 0.64% | 0.3% | - |
| XYZ | 4.15 | 5.96 | 6.24 | - |
| YUV | 61.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 67 | 0.64 | 0 | 0.13 | 0.70 | 167.76 | 0.47 | 0.21 |
| Hex | 1C | 4D | 43 | 40 | 0 | D | 46 | A8 | 2F | 15 |
| Octal | 34 | 115 | 103 | 100 | 0 | 15 | 106 | 250 | 57 | 25 |
| Binary | 11100 | 1001101 | 1000011 | 1000000 | 0 | 1101 | 1000110 | 10101000 | 101111 | 10101 |
Color Harmonies of #1C4D43
Complementary color
Monochromatic Colors of #1C4D43
Black with #1C4D43
Text Example
Text Example
White with #1C4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4D43; }
p { color: rgb(28,77,67); }
H1.HeaderClassName
{
color: #1C4D43;
}
.AnyTagClassName
{
color: #1C4D43;
}
</style>
background-color css
<style>
a { background-color: #1C4D43; }
a { background-color: rgb(28,77,67); }
div.DivClassName
{
background-color: #1C4D43;
}
.BgClassName
{
background-color: #1C4D43;
}
</style>
border-color css
<style>
span { border-color: #1C4D43; }
span { border-color: rgb(28,77,67); }
td.TdClassName
{
border-color: #1C4D43;
}
.TagClassName
{
border-color: #1C4D43;
}
</style>