Shades of Deep Teal #1C403D
Tints of Deep Teal #1C403D
RGB
CMYK
RGB Variations
Color information
#1C403D (or 0x1C403D) is known color: Deep Teal. HEX triplet: 1C, 40 and 3D. RGB value is (28,64,61). Sum of RGB (Red+Green+Blue) = 28+64+61=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #1C403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C403D is #E3BFC2. Grayscale: #343434. Windows color (decimal): -14925763 or 4014108. OLE color: 4014108.
HSL color Cylindrical-coordinate representation of color #1C403D: hue angle of 175º 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 #1C403D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 64 | 61 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.75 |
| HSL | 175º | 0.39% | 0.18% | - |
| HSV(B) | 175º | 0.56% | 0.25% | - |
| XYZ | 3.15 | 4.25 | 5.07 | - |
| YUV | 52.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 61 | 0.56 | 0 | 0.05 | 0.75 | 175 | 0.39 | 0.18 |
| Hex | 1C | 40 | 3D | 38 | 0 | 5 | 4B | AF | 27 | 12 |
| Octal | 34 | 100 | 75 | 70 | 0 | 5 | 113 | 257 | 47 | 22 |
| Binary | 11100 | 1000000 | 111101 | 111000 | 0 | 101 | 1001011 | 10101111 | 100111 | 10010 |
Color Harmonies of #1C403D
Complementary color
Monochromatic Colors of #1C403D
Black with #1C403D
Text Example
Text Example
White with #1C403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C403D; }
p { color: rgb(28,64,61); }
H1.HeaderClassName
{
color: #1C403D;
}
.AnyTagClassName
{
color: #1C403D;
}
</style>
background-color css
<style>
a { background-color: #1C403D; }
a { background-color: rgb(28,64,61); }
div.DivClassName
{
background-color: #1C403D;
}
.BgClassName
{
background-color: #1C403D;
}
</style>
border-color css
<style>
span { border-color: #1C403D; }
span { border-color: rgb(28,64,61); }
td.TdClassName
{
border-color: #1C403D;
}
.TagClassName
{
border-color: #1C403D;
}
</style>