Shades of Deep Teal #1C403C
Tints of Deep Teal #1C403C
RGB
CMYK
RGB Variations
Color information
#1C403C (or 0x1C403C) is known color: Deep Teal. HEX triplet: 1C, 40 and 3C. RGB value is (28,64,60). Sum of RGB (Red+Green+Blue) = 28+64+60=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #1C403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C403C is #E3BFC3. Grayscale: #343434. Windows color (decimal): -14925764 or 3948572. OLE color: 3948572.
HSL color Cylindrical-coordinate representation of color #1C403C: hue angle of 173.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C403C is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 64 | 60 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.75 |
| HSL | 173.33º | 0.39% | 0.18% | - |
| HSV(B) | 173.33º | 0.56% | 0.25% | - |
| XYZ | 3.13 | 4.24 | 4.93 | - |
| YUV | 52.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 60 | 0.56 | 0 | 0.06 | 0.75 | 173.33 | 0.39 | 0.18 |
| Hex | 1C | 40 | 3C | 38 | 0 | 6 | 4B | AD | 27 | 12 |
| Octal | 34 | 100 | 74 | 70 | 0 | 6 | 113 | 255 | 47 | 22 |
| Binary | 11100 | 1000000 | 111100 | 111000 | 0 | 110 | 1001011 | 10101101 | 100111 | 10010 |
Color Harmonies of #1C403C
Complementary color
Monochromatic Colors of #1C403C
Black with #1C403C
Text Example
Text Example
White with #1C403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C403C; }
p { color: rgb(28,64,60); }
H1.HeaderClassName
{
color: #1C403C;
}
.AnyTagClassName
{
color: #1C403C;
}
</style>
background-color css
<style>
a { background-color: #1C403C; }
a { background-color: rgb(28,64,60); }
div.DivClassName
{
background-color: #1C403C;
}
.BgClassName
{
background-color: #1C403C;
}
</style>
border-color css
<style>
span { border-color: #1C403C; }
span { border-color: rgb(28,64,60); }
td.TdClassName
{
border-color: #1C403C;
}
.TagClassName
{
border-color: #1C403C;
}
</style>