Shades of Deep Teal #1C4842
Tints of Deep Teal #1C4842
RGB
CMYK
RGB Variations
Color information
#1C4842 (or 0x1C4842) is known color: Deep Teal. HEX triplet: 1C, 48 and 42. RGB value is (28,72,66). Sum of RGB (Red+Green+Blue) = 28+72+66=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #1C4842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4842 is #E3B7BD. Grayscale: #3A3A3A. Windows color (decimal): -14923710 or 4343836. OLE color: 4343836.
HSL color Cylindrical-coordinate representation of color #1C4842: hue angle of 171.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C4842 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 72 | 66 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.72 |
| HSL | 171.82º | 0.44% | 0.2% | - |
| HSV(B) | 171.82º | 0.61% | 0.28% | - |
| XYZ | 3.78 | 5.27 | 5.97 | - |
| YUV | 58.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 66 | 0.61 | 0 | 0.08 | 0.72 | 171.82 | 0.44 | 0.2 |
| Hex | 1C | 48 | 42 | 3D | 0 | 8 | 48 | AC | 2C | 14 |
| Octal | 34 | 110 | 102 | 75 | 0 | 10 | 110 | 254 | 54 | 24 |
| Binary | 11100 | 1001000 | 1000010 | 111101 | 0 | 1000 | 1001000 | 10101100 | 101100 | 10100 |
Color Harmonies of #1C4842
Complementary color
Monochromatic Colors of #1C4842
Black with #1C4842
Text Example
Text Example
White with #1C4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4842; }
p { color: rgb(28,72,66); }
H1.HeaderClassName
{
color: #1C4842;
}
.AnyTagClassName
{
color: #1C4842;
}
</style>
background-color css
<style>
a { background-color: #1C4842; }
a { background-color: rgb(28,72,66); }
div.DivClassName
{
background-color: #1C4842;
}
.BgClassName
{
background-color: #1C4842;
}
</style>
border-color css
<style>
span { border-color: #1C4842; }
span { border-color: rgb(28,72,66); }
td.TdClassName
{
border-color: #1C4842;
}
.TagClassName
{
border-color: #1C4842;
}
</style>