Shades of Deep Teal #104C40
Tints of Deep Teal #104C40
RGB
CMYK
RGB Variations
Color information
#104C40 (or 0x104C40) is known color: Deep Teal. HEX triplet: 10, 4C and 40. RGB value is (16,76,64). Sum of RGB (Red+Green+Blue) = 16+76+64=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #104C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C40 is #EFB3BF. Grayscale: #383838. Windows color (decimal): -15709120 or 4213776. OLE color: 4213776.
HSL color Cylindrical-coordinate representation of color #104C40: hue angle of 168º 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 #104C40 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 64 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.70 |
| HSL | 168º | 0.65% | 0.18% | - |
| HSV(B) | 168º | 0.79% | 0.3% | - |
| XYZ | 3.72 | 5.65 | 5.74 | - |
| YUV | 56.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 64 | 0.79 | 0 | 0.16 | 0.70 | 168 | 0.65 | 0.18 |
| Hex | 10 | 4C | 40 | 4F | 0 | 10 | 46 | A8 | 41 | 12 |
| Octal | 20 | 114 | 100 | 117 | 0 | 20 | 106 | 250 | 101 | 22 |
| Binary | 10000 | 1001100 | 1000000 | 1001111 | 0 | 10000 | 1000110 | 10101000 | 1000001 | 10010 |
Color Harmonies of #104C40
Complementary color
Monochromatic Colors of #104C40
Black with #104C40
Text Example
Text Example
White with #104C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C40; }
p { color: rgb(16,76,64); }
H1.HeaderClassName
{
color: #104C40;
}
.AnyTagClassName
{
color: #104C40;
}
</style>
background-color css
<style>
a { background-color: #104C40; }
a { background-color: rgb(16,76,64); }
div.DivClassName
{
background-color: #104C40;
}
.BgClassName
{
background-color: #104C40;
}
</style>
border-color css
<style>
span { border-color: #104C40; }
span { border-color: rgb(16,76,64); }
td.TdClassName
{
border-color: #104C40;
}
.TagClassName
{
border-color: #104C40;
}
</style>