Shades of Deep Teal #1C4037
Tints of Deep Teal #1C4037
RGB
CMYK
RGB Variations
Color information
#1C4037 (or 0x1C4037) is known color: Deep Teal. HEX triplet: 1C, 40 and 37. RGB value is (28,64,55). Sum of RGB (Red+Green+Blue) = 28+64+55=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4037 is #E3BFC8. Grayscale: #343434. Windows color (decimal): -14925769 or 3620892. OLE color: 3620892.
HSL color Cylindrical-coordinate representation of color #1C4037: hue angle of 165º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C4037 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 64 | 55 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.75 |
| HSL | 165º | 0.39% | 0.18% | - |
| HSV(B) | 165º | 0.56% | 0.25% | - |
| XYZ | 3 | 4.19 | 4.26 | - |
| YUV | 52.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 55 | 0.56 | 0 | 0.14 | 0.75 | 165 | 0.39 | 0.18 |
| Hex | 1C | 40 | 37 | 38 | 0 | E | 4B | A5 | 27 | 12 |
| Octal | 34 | 100 | 67 | 70 | 0 | 16 | 113 | 245 | 47 | 22 |
| Binary | 11100 | 1000000 | 110111 | 111000 | 0 | 1110 | 1001011 | 10100101 | 100111 | 10010 |
Color Harmonies of #1C4037
Complementary color
Monochromatic Colors of #1C4037
Black with #1C4037
Text Example
Text Example
White with #1C4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4037; }
p { color: rgb(28,64,55); }
H1.HeaderClassName
{
color: #1C4037;
}
.AnyTagClassName
{
color: #1C4037;
}
</style>
background-color css
<style>
a { background-color: #1C4037; }
a { background-color: rgb(28,64,55); }
div.DivClassName
{
background-color: #1C4037;
}
.BgClassName
{
background-color: #1C4037;
}
</style>
border-color css
<style>
span { border-color: #1C4037; }
span { border-color: rgb(28,64,55); }
td.TdClassName
{
border-color: #1C4037;
}
.TagClassName
{
border-color: #1C4037;
}
</style>