Shades of Deep Teal #1C493F
Tints of Deep Teal #1C493F
RGB
CMYK
RGB Variations
Color information
#1C493F (or 0x1C493F) is known color: Deep Teal. HEX triplet: 1C, 49 and 3F. RGB value is (28,73,63). Sum of RGB (Red+Green+Blue) = 28+73+63=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #1C493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C493F is #E3B6C0. Grayscale: #3A3A3A. Windows color (decimal): -14923457 or 4147484. OLE color: 4147484.
HSL color Cylindrical-coordinate representation of color #1C493F: hue angle of 166.67º 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 #1C493F is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 73 | 63 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.71 |
| HSL | 166.67º | 0.45% | 0.2% | - |
| HSV(B) | 166.67º | 0.62% | 0.29% | - |
| XYZ | 3.76 | 5.37 | 5.54 | - |
| YUV | 58.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 63 | 0.62 | 0 | 0.14 | 0.71 | 166.67 | 0.45 | 0.2 |
| Hex | 1C | 49 | 3F | 3E | 0 | E | 47 | A7 | 2D | 14 |
| Octal | 34 | 111 | 77 | 76 | 0 | 16 | 107 | 247 | 55 | 24 |
| Binary | 11100 | 1001001 | 111111 | 111110 | 0 | 1110 | 1000111 | 10100111 | 101101 | 10100 |
Color Harmonies of #1C493F
Complementary color
Monochromatic Colors of #1C493F
Black with #1C493F
Text Example
Text Example
White with #1C493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C493F; }
p { color: rgb(28,73,63); }
H1.HeaderClassName
{
color: #1C493F;
}
.AnyTagClassName
{
color: #1C493F;
}
</style>
background-color css
<style>
a { background-color: #1C493F; }
a { background-color: rgb(28,73,63); }
div.DivClassName
{
background-color: #1C493F;
}
.BgClassName
{
background-color: #1C493F;
}
</style>
border-color css
<style>
span { border-color: #1C493F; }
span { border-color: rgb(28,73,63); }
td.TdClassName
{
border-color: #1C493F;
}
.TagClassName
{
border-color: #1C493F;
}
</style>