Shades of Deep Teal #104E3C
Tints of Deep Teal #104E3C
RGB
CMYK
RGB Variations
Color information
#104E3C (or 0x104E3C) is known color: Deep Teal. HEX triplet: 10, 4E and 3C. RGB value is (16,78,60). Sum of RGB (Red+Green+Blue) = 16+78+60=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #104E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E3C is #EFB1C3. Grayscale: #393939. Windows color (decimal): -15708612 or 3952144. OLE color: 3952144.
HSL color Cylindrical-coordinate representation of color #104E3C: hue angle of 162.58º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E3C is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 60 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.69 |
| HSL | 162.58º | 0.66% | 0.18% | - |
| HSV(B) | 162.58º | 0.79% | 0.31% | - |
| XYZ | 3.75 | 5.89 | 5.21 | - |
| YUV | 57.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 60 | 0.79 | 0 | 0.23 | 0.69 | 162.58 | 0.66 | 0.18 |
| Hex | 10 | 4E | 3C | 4F | 0 | 17 | 45 | A3 | 42 | 12 |
| Octal | 20 | 116 | 74 | 117 | 0 | 27 | 105 | 243 | 102 | 22 |
| Binary | 10000 | 1001110 | 111100 | 1001111 | 0 | 10111 | 1000101 | 10100011 | 1000010 | 10010 |
Color Harmonies of #104E3C
Complementary color
Monochromatic Colors of #104E3C
Black with #104E3C
Text Example
Text Example
White with #104E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E3C; }
p { color: rgb(16,78,60); }
H1.HeaderClassName
{
color: #104E3C;
}
.AnyTagClassName
{
color: #104E3C;
}
</style>
background-color css
<style>
a { background-color: #104E3C; }
a { background-color: rgb(16,78,60); }
div.DivClassName
{
background-color: #104E3C;
}
.BgClassName
{
background-color: #104E3C;
}
</style>
border-color css
<style>
span { border-color: #104E3C; }
span { border-color: rgb(16,78,60); }
td.TdClassName
{
border-color: #104E3C;
}
.TagClassName
{
border-color: #104E3C;
}
</style>