Shades of Deep Teal #1C453E
Tints of Deep Teal #1C453E
RGB
CMYK
RGB Variations
Color information
#1C453E (or 0x1C453E) is known color: Deep Teal. HEX triplet: 1C, 45 and 3E. RGB value is (28,69,62). Sum of RGB (Red+Green+Blue) = 28+69+62=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #1C453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C453E is #E3BAC1. Grayscale: #373737. Windows color (decimal): -14924482 or 4080924. OLE color: 4080924.
HSL color Cylindrical-coordinate representation of color #1C453E: hue angle of 169.76º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C453E is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 69 | 62 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.73 |
| HSL | 169.76º | 0.42% | 0.19% | - |
| HSV(B) | 169.76º | 0.59% | 0.27% | - |
| XYZ | 3.48 | 4.85 | 5.31 | - |
| YUV | 55.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 69 | 62 | 0.59 | 0 | 0.10 | 0.73 | 169.76 | 0.42 | 0.19 |
| Hex | 1C | 45 | 3E | 3B | 0 | A | 49 | AA | 2A | 13 |
| Octal | 34 | 105 | 76 | 73 | 0 | 12 | 111 | 252 | 52 | 23 |
| Binary | 11100 | 1000101 | 111110 | 111011 | 0 | 1010 | 1001001 | 10101010 | 101010 | 10011 |
Color Harmonies of #1C453E
Complementary color
Monochromatic Colors of #1C453E
Black with #1C453E
Text Example
Text Example
White with #1C453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C453E; }
p { color: rgb(28,69,62); }
H1.HeaderClassName
{
color: #1C453E;
}
.AnyTagClassName
{
color: #1C453E;
}
</style>
background-color css
<style>
a { background-color: #1C453E; }
a { background-color: rgb(28,69,62); }
div.DivClassName
{
background-color: #1C453E;
}
.BgClassName
{
background-color: #1C453E;
}
</style>
border-color css
<style>
span { border-color: #1C453E; }
span { border-color: rgb(28,69,62); }
td.TdClassName
{
border-color: #1C453E;
}
.TagClassName
{
border-color: #1C453E;
}
</style>