Shades of Deep Teal #1E5145
Tints of Deep Teal #1E5145
RGB
CMYK
RGB Variations
Color information
#1E5145 (or 0x1E5145) is known color: Deep Teal. HEX triplet: 1E, 51 and 45. RGB value is (30,81,69). Sum of RGB (Red+Green+Blue) = 30+81+69=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #1E5145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5145 is #E1AEBA. Grayscale: #404040. Windows color (decimal): -14790331 or 4542750. OLE color: 4542750.
HSL color Cylindrical-coordinate representation of color #1E5145: hue angle of 165.88º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E5145 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 81 | 69 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.68 |
| HSL | 165.88º | 0.46% | 0.22% | - |
| HSV(B) | 165.88º | 0.63% | 0.32% | - |
| XYZ | 4.55 | 6.59 | 6.66 | - |
| YUV | 64.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 69 | 0.63 | 0 | 0.15 | 0.68 | 165.88 | 0.46 | 0.22 |
| Hex | 1E | 51 | 45 | 3F | 0 | F | 44 | A6 | 2E | 16 |
| Octal | 36 | 121 | 105 | 77 | 0 | 17 | 104 | 246 | 56 | 26 |
| Binary | 11110 | 1010001 | 1000101 | 111111 | 0 | 1111 | 1000100 | 10100110 | 101110 | 10110 |
Color Harmonies of #1E5145
Complementary color
Monochromatic Colors of #1E5145
Black with #1E5145
Text Example
Text Example
White with #1E5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5145; }
p { color: rgb(30,81,69); }
H1.HeaderClassName
{
color: #1E5145;
}
.AnyTagClassName
{
color: #1E5145;
}
</style>
background-color css
<style>
a { background-color: #1E5145; }
a { background-color: rgb(30,81,69); }
div.DivClassName
{
background-color: #1E5145;
}
.BgClassName
{
background-color: #1E5145;
}
</style>
border-color css
<style>
span { border-color: #1E5145; }
span { border-color: rgb(30,81,69); }
td.TdClassName
{
border-color: #1E5145;
}
.TagClassName
{
border-color: #1E5145;
}
</style>