Shades of Deep Teal #104F41
Tints of Deep Teal #104F41
RGB
CMYK
RGB Variations
Color information
#104F41 (or 0x104F41) is known color: Deep Teal. HEX triplet: 10, 4F and 41. RGB value is (16,79,65). Sum of RGB (Red+Green+Blue) = 16+79+65=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #104F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F41 is #EFB0BE. Grayscale: #3A3A3A. Windows color (decimal): -15708351 or 4280080. OLE color: 4280080.
HSL color Cylindrical-coordinate representation of color #104F41: hue angle of 166.67º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F41 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 65 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.69 |
| HSL | 166.67º | 0.66% | 0.19% | - |
| HSV(B) | 166.67º | 0.8% | 0.31% | - |
| XYZ | 3.96 | 6.08 | 5.97 | - |
| YUV | 58.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 65 | 0.80 | 0 | 0.18 | 0.69 | 166.67 | 0.66 | 0.19 |
| Hex | 10 | 4F | 41 | 50 | 0 | 12 | 45 | A7 | 42 | 13 |
| Octal | 20 | 117 | 101 | 120 | 0 | 22 | 105 | 247 | 102 | 23 |
| Binary | 10000 | 1001111 | 1000001 | 1010000 | 0 | 10010 | 1000101 | 10100111 | 1000010 | 10011 |
Color Harmonies of #104F41
Complementary color
Monochromatic Colors of #104F41
Black with #104F41
Text Example
Text Example
White with #104F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F41; }
p { color: rgb(16,79,65); }
H1.HeaderClassName
{
color: #104F41;
}
.AnyTagClassName
{
color: #104F41;
}
</style>
background-color css
<style>
a { background-color: #104F41; }
a { background-color: rgb(16,79,65); }
div.DivClassName
{
background-color: #104F41;
}
.BgClassName
{
background-color: #104F41;
}
</style>
border-color css
<style>
span { border-color: #104F41; }
span { border-color: rgb(16,79,65); }
td.TdClassName
{
border-color: #104F41;
}
.TagClassName
{
border-color: #104F41;
}
</style>