Shades of Deep Teal #1C3D36
Tints of Deep Teal #1C3D36
RGB
CMYK
RGB Variations
Color information
#1C3D36 (or 0x1C3D36) is known color: Deep Teal. HEX triplet: 1C, 3D and 36. RGB value is (28,61,54). Sum of RGB (Red+Green+Blue) = 28+61+54=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #1C3D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3D36 is #E3C2C9. Grayscale: #323232. Windows color (decimal): -14926538 or 3554588. OLE color: 3554588.
HSL color Cylindrical-coordinate representation of color #1C3D36: hue angle of 167.27º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C3D36 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 61 | 54 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.76 |
| HSL | 167.27º | 0.37% | 0.17% | - |
| HSV(B) | 167.27º | 0.54% | 0.24% | - |
| XYZ | 2.81 | 3.85 | 4.09 | - |
| YUV | 50.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 61 | 54 | 0.54 | 0 | 0.11 | 0.76 | 167.27 | 0.37 | 0.17 |
| Hex | 1C | 3D | 36 | 36 | 0 | B | 4C | A7 | 25 | 11 |
| Octal | 34 | 75 | 66 | 66 | 0 | 13 | 114 | 247 | 45 | 21 |
| Binary | 11100 | 111101 | 110110 | 110110 | 0 | 1011 | 1001100 | 10100111 | 100101 | 10001 |
Color Harmonies of #1C3D36
Complementary color
Monochromatic Colors of #1C3D36
Black with #1C3D36
Text Example
Text Example
White with #1C3D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3D36; }
p { color: rgb(28,61,54); }
H1.HeaderClassName
{
color: #1C3D36;
}
.AnyTagClassName
{
color: #1C3D36;
}
</style>
background-color css
<style>
a { background-color: #1C3D36; }
a { background-color: rgb(28,61,54); }
div.DivClassName
{
background-color: #1C3D36;
}
.BgClassName
{
background-color: #1C3D36;
}
</style>
border-color css
<style>
span { border-color: #1C3D36; }
span { border-color: rgb(28,61,54); }
td.TdClassName
{
border-color: #1C3D36;
}
.TagClassName
{
border-color: #1C3D36;
}
</style>