Shades of Deep Teal #104C42
Tints of Deep Teal #104C42
RGB
CMYK
RGB Variations
Color information
#104C42 (or 0x104C42) is known color: Deep Teal. HEX triplet: 10, 4C and 42. RGB value is (16,76,66). Sum of RGB (Red+Green+Blue) = 16+76+66=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #104C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C42 is #EFB3BD. Grayscale: #383838. Windows color (decimal): -15709118 or 4344848. OLE color: 4344848.
HSL color Cylindrical-coordinate representation of color #104C42: hue angle of 170º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C42 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 66 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.70 |
| HSL | 170º | 0.65% | 0.18% | - |
| HSV(B) | 170º | 0.79% | 0.3% | - |
| XYZ | 3.78 | 5.67 | 6.05 | - |
| YUV | 56.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 66 | 0.79 | 0 | 0.13 | 0.70 | 170 | 0.65 | 0.18 |
| Hex | 10 | 4C | 42 | 4F | 0 | D | 46 | AA | 41 | 12 |
| Octal | 20 | 114 | 102 | 117 | 0 | 15 | 106 | 252 | 101 | 22 |
| Binary | 10000 | 1001100 | 1000010 | 1001111 | 0 | 1101 | 1000110 | 10101010 | 1000001 | 10010 |
Color Harmonies of #104C42
Complementary color
Monochromatic Colors of #104C42
Black with #104C42
Text Example
Text Example
White with #104C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C42; }
p { color: rgb(16,76,66); }
H1.HeaderClassName
{
color: #104C42;
}
.AnyTagClassName
{
color: #104C42;
}
</style>
background-color css
<style>
a { background-color: #104C42; }
a { background-color: rgb(16,76,66); }
div.DivClassName
{
background-color: #104C42;
}
.BgClassName
{
background-color: #104C42;
}
</style>
border-color css
<style>
span { border-color: #104C42; }
span { border-color: rgb(16,76,66); }
td.TdClassName
{
border-color: #104C42;
}
.TagClassName
{
border-color: #104C42;
}
</style>