Shades of Deep Teal #1C4941
Tints of Deep Teal #1C4941
RGB
CMYK
RGB Variations
Color information
#1C4941 (or 0x1C4941) is known color: Deep Teal. HEX triplet: 1C, 49 and 41. RGB value is (28,73,65). Sum of RGB (Red+Green+Blue) = 28+73+65=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #1C4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4941 is #E3B6BE. Grayscale: #3A3A3A. Windows color (decimal): -14923455 or 4278556. OLE color: 4278556.
HSL color Cylindrical-coordinate representation of color #1C4941: hue angle of 169.33º 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 #1C4941 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 73 | 65 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.71 |
| HSL | 169.33º | 0.45% | 0.2% | - |
| HSV(B) | 169.33º | 0.62% | 0.29% | - |
| XYZ | 3.82 | 5.39 | 5.84 | - |
| YUV | 58.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 65 | 0.62 | 0 | 0.11 | 0.71 | 169.33 | 0.45 | 0.2 |
| Hex | 1C | 49 | 41 | 3E | 0 | B | 47 | A9 | 2D | 14 |
| Octal | 34 | 111 | 101 | 76 | 0 | 13 | 107 | 251 | 55 | 24 |
| Binary | 11100 | 1001001 | 1000001 | 111110 | 0 | 1011 | 1000111 | 10101001 | 101101 | 10100 |
Color Harmonies of #1C4941
Complementary color
Monochromatic Colors of #1C4941
Black with #1C4941
Text Example
Text Example
White with #1C4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4941; }
p { color: rgb(28,73,65); }
H1.HeaderClassName
{
color: #1C4941;
}
.AnyTagClassName
{
color: #1C4941;
}
</style>
background-color css
<style>
a { background-color: #1C4941; }
a { background-color: rgb(28,73,65); }
div.DivClassName
{
background-color: #1C4941;
}
.BgClassName
{
background-color: #1C4941;
}
</style>
border-color css
<style>
span { border-color: #1C4941; }
span { border-color: rgb(28,73,65); }
td.TdClassName
{
border-color: #1C4941;
}
.TagClassName
{
border-color: #1C4941;
}
</style>