Shades of Deep Teal #1C5041
Tints of Deep Teal #1C5041
RGB
CMYK
RGB Variations
Color information
#1C5041 (or 0x1C5041) is known color: Deep Teal. HEX triplet: 1C, 50 and 41. RGB value is (28,80,65). Sum of RGB (Red+Green+Blue) = 28+80+65=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #1C5041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5041 is #E3AFBE. Grayscale: #3E3E3E. Windows color (decimal): -14921663 or 4280348. OLE color: 4280348.
HSL color Cylindrical-coordinate representation of color #1C5041: hue angle of 162.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C5041 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 80 | 65 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.69 |
| HSL | 162.69º | 0.48% | 0.21% | - |
| HSV(B) | 162.69º | 0.65% | 0.31% | - |
| XYZ | 4.3 | 6.37 | 6 | - |
| YUV | 62.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 65 | 0.65 | 0 | 0.19 | 0.69 | 162.69 | 0.48 | 0.21 |
| Hex | 1C | 50 | 41 | 41 | 0 | 13 | 45 | A3 | 30 | 15 |
| Octal | 34 | 120 | 101 | 101 | 0 | 23 | 105 | 243 | 60 | 25 |
| Binary | 11100 | 1010000 | 1000001 | 1000001 | 0 | 10011 | 1000101 | 10100011 | 110000 | 10101 |
Color Harmonies of #1C5041
Complementary color
Monochromatic Colors of #1C5041
Black with #1C5041
Text Example
Text Example
White with #1C5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5041; }
p { color: rgb(28,80,65); }
H1.HeaderClassName
{
color: #1C5041;
}
.AnyTagClassName
{
color: #1C5041;
}
</style>
background-color css
<style>
a { background-color: #1C5041; }
a { background-color: rgb(28,80,65); }
div.DivClassName
{
background-color: #1C5041;
}
.BgClassName
{
background-color: #1C5041;
}
</style>
border-color css
<style>
span { border-color: #1C5041; }
span { border-color: rgb(28,80,65); }
td.TdClassName
{
border-color: #1C5041;
}
.TagClassName
{
border-color: #1C5041;
}
</style>