Shades of Deep Teal #1C3A35
Tints of Deep Teal #1C3A35
RGB
CMYK
RGB Variations
Color information
#1C3A35 (or 0x1C3A35) is known color: Deep Teal. HEX triplet: 1C, 3A and 35. RGB value is (28,58,53). Sum of RGB (Red+Green+Blue) = 28+58+53=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #1C3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3A35 is #E3C5CA. Grayscale: #303030. Windows color (decimal): -14927307 or 3488284. OLE color: 3488284.
HSL color Cylindrical-coordinate representation of color #1C3A35: hue angle of 170º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C3A35 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 58 | 53 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.77 |
| HSL | 170º | 0.35% | 0.17% | - |
| HSV(B) | 170º | 0.52% | 0.23% | - |
| XYZ | 2.63 | 3.53 | 3.91 | - |
| YUV | 48.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 53 | 0.52 | 0 | 0.09 | 0.77 | 170 | 0.35 | 0.17 |
| Hex | 1C | 3A | 35 | 34 | 0 | 9 | 4D | AA | 23 | 11 |
| Octal | 34 | 72 | 65 | 64 | 0 | 11 | 115 | 252 | 43 | 21 |
| Binary | 11100 | 111010 | 110101 | 110100 | 0 | 1001 | 1001101 | 10101010 | 100011 | 10001 |
Color Harmonies of #1C3A35
Complementary color
Monochromatic Colors of #1C3A35
Black with #1C3A35
Text Example
Text Example
White with #1C3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A35; }
p { color: rgb(28,58,53); }
H1.HeaderClassName
{
color: #1C3A35;
}
.AnyTagClassName
{
color: #1C3A35;
}
</style>
background-color css
<style>
a { background-color: #1C3A35; }
a { background-color: rgb(28,58,53); }
div.DivClassName
{
background-color: #1C3A35;
}
.BgClassName
{
background-color: #1C3A35;
}
</style>
border-color css
<style>
span { border-color: #1C3A35; }
span { border-color: rgb(28,58,53); }
td.TdClassName
{
border-color: #1C3A35;
}
.TagClassName
{
border-color: #1C3A35;
}
</style>