Shades of Deep Teal #104F40
Tints of Deep Teal #104F40
RGB
CMYK
RGB Variations
Color information
#104F40 (or 0x104F40) is known color: Deep Teal. HEX triplet: 10, 4F and 40. RGB value is (16,79,64). Sum of RGB (Red+Green+Blue) = 16+79+64=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #104F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F40 is #EFB0BF. Grayscale: #3A3A3A. Windows color (decimal): -15708352 or 4214544. OLE color: 4214544.
HSL color Cylindrical-coordinate representation of color #104F40: hue angle of 165.71º 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 #104F40 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 64 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.69 |
| HSL | 165.71º | 0.66% | 0.19% | - |
| HSV(B) | 165.71º | 0.8% | 0.31% | - |
| XYZ | 3.94 | 6.07 | 5.82 | - |
| YUV | 58.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 64 | 0.80 | 0 | 0.19 | 0.69 | 165.71 | 0.66 | 0.19 |
| Hex | 10 | 4F | 40 | 50 | 0 | 13 | 45 | A6 | 42 | 13 |
| Octal | 20 | 117 | 100 | 120 | 0 | 23 | 105 | 246 | 102 | 23 |
| Binary | 10000 | 1001111 | 1000000 | 1010000 | 0 | 10011 | 1000101 | 10100110 | 1000010 | 10011 |
Color Harmonies of #104F40
Complementary color
Monochromatic Colors of #104F40
Black with #104F40
Text Example
Text Example
White with #104F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F40; }
p { color: rgb(16,79,64); }
H1.HeaderClassName
{
color: #104F40;
}
.AnyTagClassName
{
color: #104F40;
}
</style>
background-color css
<style>
a { background-color: #104F40; }
a { background-color: rgb(16,79,64); }
div.DivClassName
{
background-color: #104F40;
}
.BgClassName
{
background-color: #104F40;
}
</style>
border-color css
<style>
span { border-color: #104F40; }
span { border-color: rgb(16,79,64); }
td.TdClassName
{
border-color: #104F40;
}
.TagClassName
{
border-color: #104F40;
}
</style>