Shades of Deep Teal #1C4A41
Tints of Deep Teal #1C4A41
RGB
CMYK
RGB Variations
Color information
#1C4A41 (or 0x1C4A41) is known color: Deep Teal. HEX triplet: 1C, 4A and 41. RGB value is (28,74,65). Sum of RGB (Red+Green+Blue) = 28+74+65=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 74 - color contains mainly: green. Hex color #1C4A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4A41 is #E3B5BE. Grayscale: #3B3B3B. Windows color (decimal): -14923199 or 4278812. OLE color: 4278812.
HSL color Cylindrical-coordinate representation of color #1C4A41: hue angle of 168.26º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4A41 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 74 | 65 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.71 |
| HSL | 168.26º | 0.45% | 0.2% | - |
| HSV(B) | 168.26º | 0.62% | 0.29% | - |
| XYZ | 3.88 | 5.53 | 5.86 | - |
| YUV | 59.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 74 | 65 | 0.62 | 0 | 0.12 | 0.71 | 168.26 | 0.45 | 0.2 |
| Hex | 1C | 4A | 41 | 3E | 0 | C | 47 | A8 | 2D | 14 |
| Octal | 34 | 112 | 101 | 76 | 0 | 14 | 107 | 250 | 55 | 24 |
| Binary | 11100 | 1001010 | 1000001 | 111110 | 0 | 1100 | 1000111 | 10101000 | 101101 | 10100 |
Color Harmonies of #1C4A41
Complementary color
Monochromatic Colors of #1C4A41
Black with #1C4A41
Text Example
Text Example
White with #1C4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4A41; }
p { color: rgb(28,74,65); }
H1.HeaderClassName
{
color: #1C4A41;
}
.AnyTagClassName
{
color: #1C4A41;
}
</style>
background-color css
<style>
a { background-color: #1C4A41; }
a { background-color: rgb(28,74,65); }
div.DivClassName
{
background-color: #1C4A41;
}
.BgClassName
{
background-color: #1C4A41;
}
</style>
border-color css
<style>
span { border-color: #1C4A41; }
span { border-color: rgb(28,74,65); }
td.TdClassName
{
border-color: #1C4A41;
}
.TagClassName
{
border-color: #1C4A41;
}
</style>