Shades of Deep Teal #1C473B
Tints of Deep Teal #1C473B
RGB
CMYK
RGB Variations
Color information
#1C473B (or 0x1C473B) is known color: Deep Teal. HEX triplet: 1C, 47 and 3B. RGB value is (28,71,59). Sum of RGB (Red+Green+Blue) = 28+71+59=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #1C473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C473B is #E3B8C4. Grayscale: #383838. Windows color (decimal): -14923973 or 3884828. OLE color: 3884828.
HSL color Cylindrical-coordinate representation of color #1C473B: hue angle of 163.26º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C473B is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 71 | 59 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.72 |
| HSL | 163.26º | 0.43% | 0.19% | - |
| HSV(B) | 163.26º | 0.61% | 0.28% | - |
| XYZ | 3.52 | 5.07 | 4.93 | - |
| YUV | 56.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 59 | 0.61 | 0 | 0.17 | 0.72 | 163.26 | 0.43 | 0.19 |
| Hex | 1C | 47 | 3B | 3D | 0 | 11 | 48 | A3 | 2B | 13 |
| Octal | 34 | 107 | 73 | 75 | 0 | 21 | 110 | 243 | 53 | 23 |
| Binary | 11100 | 1000111 | 111011 | 111101 | 0 | 10001 | 1001000 | 10100011 | 101011 | 10011 |
Color Harmonies of #1C473B
Complementary color
Monochromatic Colors of #1C473B
Black with #1C473B
Text Example
Text Example
White with #1C473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C473B; }
p { color: rgb(28,71,59); }
H1.HeaderClassName
{
color: #1C473B;
}
.AnyTagClassName
{
color: #1C473B;
}
</style>
background-color css
<style>
a { background-color: #1C473B; }
a { background-color: rgb(28,71,59); }
div.DivClassName
{
background-color: #1C473B;
}
.BgClassName
{
background-color: #1C473B;
}
</style>
border-color css
<style>
span { border-color: #1C473B; }
span { border-color: rgb(28,71,59); }
td.TdClassName
{
border-color: #1C473B;
}
.TagClassName
{
border-color: #1C473B;
}
</style>