Shades of Deep Teal #104E40
Tints of Deep Teal #104E40
RGB
CMYK
RGB Variations
Color information
#104E40 (or 0x104E40) is known color: Deep Teal. HEX triplet: 10, 4E and 40. RGB value is (16,78,64). Sum of RGB (Red+Green+Blue) = 16+78+64=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #104E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E40 is #EFB1BF. Grayscale: #393939. Windows color (decimal): -15708608 or 4214288. OLE color: 4214288.
HSL color Cylindrical-coordinate representation of color #104E40: hue angle of 166.45º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E40 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 64 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.69 |
| HSL | 166.45º | 0.66% | 0.18% | - |
| HSV(B) | 166.45º | 0.79% | 0.31% | - |
| XYZ | 3.86 | 5.93 | 5.79 | - |
| YUV | 57.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 64 | 0.79 | 0 | 0.18 | 0.69 | 166.45 | 0.66 | 0.18 |
| Hex | 10 | 4E | 40 | 4F | 0 | 12 | 45 | A6 | 42 | 12 |
| Octal | 20 | 116 | 100 | 117 | 0 | 22 | 105 | 246 | 102 | 22 |
| Binary | 10000 | 1001110 | 1000000 | 1001111 | 0 | 10010 | 1000101 | 10100110 | 1000010 | 10010 |
Color Harmonies of #104E40
Complementary color
Monochromatic Colors of #104E40
Black with #104E40
Text Example
Text Example
White with #104E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E40; }
p { color: rgb(16,78,64); }
H1.HeaderClassName
{
color: #104E40;
}
.AnyTagClassName
{
color: #104E40;
}
</style>
background-color css
<style>
a { background-color: #104E40; }
a { background-color: rgb(16,78,64); }
div.DivClassName
{
background-color: #104E40;
}
.BgClassName
{
background-color: #104E40;
}
</style>
border-color css
<style>
span { border-color: #104E40; }
span { border-color: rgb(16,78,64); }
td.TdClassName
{
border-color: #104E40;
}
.TagClassName
{
border-color: #104E40;
}
</style>