Shades of Deep Teal #104F43
Tints of Deep Teal #104F43
RGB
CMYK
RGB Variations
Color information
#104F43 (or 0x104F43) is known color: Deep Teal. HEX triplet: 10, 4F and 43. RGB value is (16,79,67). Sum of RGB (Red+Green+Blue) = 16+79+67=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #104F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F43 is #EFB0BC. Grayscale: #3A3A3A. Windows color (decimal): -15708349 or 4411152. OLE color: 4411152.
HSL color Cylindrical-coordinate representation of color #104F43: hue angle of 168.57º 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 #104F43 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 67 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.69 |
| HSL | 168.57º | 0.66% | 0.19% | - |
| HSV(B) | 168.57º | 0.8% | 0.31% | - |
| XYZ | 4.02 | 6.11 | 6.28 | - |
| YUV | 58.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 67 | 0.80 | 0 | 0.15 | 0.69 | 168.57 | 0.66 | 0.19 |
| Hex | 10 | 4F | 43 | 50 | 0 | F | 45 | A9 | 42 | 13 |
| Octal | 20 | 117 | 103 | 120 | 0 | 17 | 105 | 251 | 102 | 23 |
| Binary | 10000 | 1001111 | 1000011 | 1010000 | 0 | 1111 | 1000101 | 10101001 | 1000010 | 10011 |
Color Harmonies of #104F43
Complementary color
Monochromatic Colors of #104F43
Black with #104F43
Text Example
Text Example
White with #104F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F43; }
p { color: rgb(16,79,67); }
H1.HeaderClassName
{
color: #104F43;
}
.AnyTagClassName
{
color: #104F43;
}
</style>
background-color css
<style>
a { background-color: #104F43; }
a { background-color: rgb(16,79,67); }
div.DivClassName
{
background-color: #104F43;
}
.BgClassName
{
background-color: #104F43;
}
</style>
border-color css
<style>
span { border-color: #104F43; }
span { border-color: rgb(16,79,67); }
td.TdClassName
{
border-color: #104F43;
}
.TagClassName
{
border-color: #104F43;
}
</style>