Shades of Deep Teal #1C3E3B
Tints of Deep Teal #1C3E3B
RGB
CMYK
RGB Variations
Color information
#1C3E3B (or 0x1C3E3B) is known color: Deep Teal. HEX triplet: 1C, 3E and 3B. RGB value is (28,62,59). Sum of RGB (Red+Green+Blue) = 28+62+59=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 62 - color contains mainly: green. Hex color #1C3E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3E3B is #E3C1C4. Grayscale: #333333. Windows color (decimal): -14926277 or 3882524. OLE color: 3882524.
HSL color Cylindrical-coordinate representation of color #1C3E3B: hue angle of 174.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1C3E3B is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 62 | 59 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.76 |
| HSL | 174.71º | 0.38% | 0.18% | - |
| HSV(B) | 174.71º | 0.55% | 0.24% | - |
| XYZ | 2.99 | 4.01 | 4.75 | - |
| YUV | 51.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 62 | 59 | 0.55 | 0 | 0.05 | 0.76 | 174.71 | 0.38 | 0.18 |
| Hex | 1C | 3E | 3B | 37 | 0 | 5 | 4C | AF | 26 | 12 |
| Octal | 34 | 76 | 73 | 67 | 0 | 5 | 114 | 257 | 46 | 22 |
| Binary | 11100 | 111110 | 111011 | 110111 | 0 | 101 | 1001100 | 10101111 | 100110 | 10010 |
Color Harmonies of #1C3E3B
Complementary color
Monochromatic Colors of #1C3E3B
Black with #1C3E3B
Text Example
Text Example
White with #1C3E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3E3B; }
p { color: rgb(28,62,59); }
H1.HeaderClassName
{
color: #1C3E3B;
}
.AnyTagClassName
{
color: #1C3E3B;
}
</style>
background-color css
<style>
a { background-color: #1C3E3B; }
a { background-color: rgb(28,62,59); }
div.DivClassName
{
background-color: #1C3E3B;
}
.BgClassName
{
background-color: #1C3E3B;
}
</style>
border-color css
<style>
span { border-color: #1C3E3B; }
span { border-color: rgb(28,62,59); }
td.TdClassName
{
border-color: #1C3E3B;
}
.TagClassName
{
border-color: #1C3E3B;
}
</style>