Shades of Deep Teal #104E41
Tints of Deep Teal #104E41
RGB
CMYK
RGB Variations
Color information
#104E41 (or 0x104E41) is known color: Deep Teal. HEX triplet: 10, 4E and 41. RGB value is (16,78,65). Sum of RGB (Red+Green+Blue) = 16+78+65=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #104E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E41 is #EFB1BE. Grayscale: #393939. Windows color (decimal): -15708607 or 4279824. OLE color: 4279824.
HSL color Cylindrical-coordinate representation of color #104E41: hue angle of 167.42º 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 #104E41 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 65 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.69 |
| HSL | 167.42º | 0.66% | 0.18% | - |
| HSV(B) | 167.42º | 0.79% | 0.31% | - |
| XYZ | 3.89 | 5.94 | 5.94 | - |
| YUV | 57.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 65 | 0.79 | 0 | 0.17 | 0.69 | 167.42 | 0.66 | 0.18 |
| Hex | 10 | 4E | 41 | 4F | 0 | 11 | 45 | A7 | 42 | 12 |
| Octal | 20 | 116 | 101 | 117 | 0 | 21 | 105 | 247 | 102 | 22 |
| Binary | 10000 | 1001110 | 1000001 | 1001111 | 0 | 10001 | 1000101 | 10100111 | 1000010 | 10010 |
Color Harmonies of #104E41
Complementary color
Monochromatic Colors of #104E41
Black with #104E41
Text Example
Text Example
White with #104E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E41; }
p { color: rgb(16,78,65); }
H1.HeaderClassName
{
color: #104E41;
}
.AnyTagClassName
{
color: #104E41;
}
</style>
background-color css
<style>
a { background-color: #104E41; }
a { background-color: rgb(16,78,65); }
div.DivClassName
{
background-color: #104E41;
}
.BgClassName
{
background-color: #104E41;
}
</style>
border-color css
<style>
span { border-color: #104E41; }
span { border-color: rgb(16,78,65); }
td.TdClassName
{
border-color: #104E41;
}
.TagClassName
{
border-color: #104E41;
}
</style>