Shades of Deep Teal #1E4F47
Tints of Deep Teal #1E4F47
RGB
CMYK
RGB Variations
Color information
#1E4F47 (or 0x1E4F47) is known color: Deep Teal. HEX triplet: 1E, 4F and 47. RGB value is (30,79,71). Sum of RGB (Red+Green+Blue) = 30+79+71=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F47 is #E1B0B8. Grayscale: #3F3F3F. Windows color (decimal): -14790841 or 4673310. OLE color: 4673310.
HSL color Cylindrical-coordinate representation of color #1E4F47: hue angle of 170.2º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4F47 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 79 | 71 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.69 |
| HSL | 170.2º | 0.45% | 0.21% | - |
| HSV(B) | 170.2º | 0.62% | 0.31% | - |
| XYZ | 4.47 | 6.32 | 6.95 | - |
| YUV | 63.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 71 | 0.62 | 0 | 0.10 | 0.69 | 170.2 | 0.45 | 0.21 |
| Hex | 1E | 4F | 47 | 3E | 0 | A | 45 | AA | 2D | 15 |
| Octal | 36 | 117 | 107 | 76 | 0 | 12 | 105 | 252 | 55 | 25 |
| Binary | 11110 | 1001111 | 1000111 | 111110 | 0 | 1010 | 1000101 | 10101010 | 101101 | 10101 |
Color Harmonies of #1E4F47
Complementary color
Monochromatic Colors of #1E4F47
Black with #1E4F47
Text Example
Text Example
White with #1E4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4F47; }
p { color: rgb(30,79,71); }
H1.HeaderClassName
{
color: #1E4F47;
}
.AnyTagClassName
{
color: #1E4F47;
}
</style>
background-color css
<style>
a { background-color: #1E4F47; }
a { background-color: rgb(30,79,71); }
div.DivClassName
{
background-color: #1E4F47;
}
.BgClassName
{
background-color: #1E4F47;
}
</style>
border-color css
<style>
span { border-color: #1E4F47; }
span { border-color: rgb(30,79,71); }
td.TdClassName
{
border-color: #1E4F47;
}
.TagClassName
{
border-color: #1E4F47;
}
</style>