Shades of Deep Teal #104136
Tints of Deep Teal #104136
RGB
CMYK
RGB Variations
Color information
#104136 (or 0x104136) is known color: Deep Teal. HEX triplet: 10, 41 and 36. RGB value is (16,65,54). Sum of RGB (Red+Green+Blue) = 16+65+54=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #104136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104136 is #EFBEC9. Grayscale: #313131. Windows color (decimal): -15711946 or 3555600. OLE color: 3555600.
HSL color Cylindrical-coordinate representation of color #104136: hue angle of 166.53º 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 #104136 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 54 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.75 |
| HSL | 166.53º | 0.6% | 0.16% | - |
| HSV(B) | 166.53º | 0.75% | 0.25% | - |
| XYZ | 2.77 | 4.16 | 4.15 | - |
| YUV | 49.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 54 | 0.75 | 0 | 0.17 | 0.75 | 166.53 | 0.6 | 0.16 |
| Hex | 10 | 41 | 36 | 4B | 0 | 11 | 4B | A7 | 3C | 10 |
| Octal | 20 | 101 | 66 | 113 | 0 | 21 | 113 | 247 | 74 | 20 |
| Binary | 10000 | 1000001 | 110110 | 1001011 | 0 | 10001 | 1001011 | 10100111 | 111100 | 10000 |
Color Harmonies of #104136
Complementary color
Monochromatic Colors of #104136
Black with #104136
Text Example
Text Example
White with #104136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104136; }
p { color: rgb(16,65,54); }
H1.HeaderClassName
{
color: #104136;
}
.AnyTagClassName
{
color: #104136;
}
</style>
background-color css
<style>
a { background-color: #104136; }
a { background-color: rgb(16,65,54); }
div.DivClassName
{
background-color: #104136;
}
.BgClassName
{
background-color: #104136;
}
</style>
border-color css
<style>
span { border-color: #104136; }
span { border-color: rgb(16,65,54); }
td.TdClassName
{
border-color: #104136;
}
.TagClassName
{
border-color: #104136;
}
</style>