Shades of Deep Teal #104137
Tints of Deep Teal #104137
RGB
CMYK
RGB Variations
Color information
#104137 (or 0x104137) is known color: Deep Teal. HEX triplet: 10, 41 and 37. RGB value is (16,65,55). Sum of RGB (Red+Green+Blue) = 16+65+55=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #104137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104137 is #EFBEC8. Grayscale: #313131. Windows color (decimal): -15711945 or 3621136. OLE color: 3621136.
HSL color Cylindrical-coordinate representation of color #104137: hue angle of 167.76º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104137 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 55 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.75 |
| HSL | 167.76º | 0.6% | 0.16% | - |
| HSV(B) | 167.76º | 0.75% | 0.25% | - |
| XYZ | 2.79 | 4.17 | 4.27 | - |
| YUV | 49.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 55 | 0.75 | 0 | 0.15 | 0.75 | 167.76 | 0.6 | 0.16 |
| Hex | 10 | 41 | 37 | 4B | 0 | F | 4B | A8 | 3C | 10 |
| Octal | 20 | 101 | 67 | 113 | 0 | 17 | 113 | 250 | 74 | 20 |
| Binary | 10000 | 1000001 | 110111 | 1001011 | 0 | 1111 | 1001011 | 10101000 | 111100 | 10000 |
Color Harmonies of #104137
Complementary color
Monochromatic Colors of #104137
Black with #104137
Text Example
Text Example
White with #104137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104137; }
p { color: rgb(16,65,55); }
H1.HeaderClassName
{
color: #104137;
}
.AnyTagClassName
{
color: #104137;
}
</style>
background-color css
<style>
a { background-color: #104137; }
a { background-color: rgb(16,65,55); }
div.DivClassName
{
background-color: #104137;
}
.BgClassName
{
background-color: #104137;
}
</style>
border-color css
<style>
span { border-color: #104137; }
span { border-color: rgb(16,65,55); }
td.TdClassName
{
border-color: #104137;
}
.TagClassName
{
border-color: #104137;
}
</style>