Shades of Deep Teal #104139
Tints of Deep Teal #104139
RGB
CMYK
RGB Variations
Color information
#104139 (or 0x104139) is known color: Deep Teal. HEX triplet: 10, 41 and 39. RGB value is (16,65,57). Sum of RGB (Red+Green+Blue) = 16+65+57=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #104139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104139 is #EFBEC6. Grayscale: #313131. Windows color (decimal): -15711943 or 3752208. OLE color: 3752208.
HSL color Cylindrical-coordinate representation of color #104139: hue angle of 170.2º 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 #104139 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 57 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.75 |
| HSL | 170.2º | 0.6% | 0.16% | - |
| HSV(B) | 170.2º | 0.75% | 0.25% | - |
| XYZ | 2.84 | 4.19 | 4.53 | - |
| YUV | 49.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 57 | 0.75 | 0 | 0.12 | 0.75 | 170.2 | 0.6 | 0.16 |
| Hex | 10 | 41 | 39 | 4B | 0 | C | 4B | AA | 3C | 10 |
| Octal | 20 | 101 | 71 | 113 | 0 | 14 | 113 | 252 | 74 | 20 |
| Binary | 10000 | 1000001 | 111001 | 1001011 | 0 | 1100 | 1001011 | 10101010 | 111100 | 10000 |
Color Harmonies of #104139
Complementary color
Monochromatic Colors of #104139
Black with #104139
Text Example
Text Example
White with #104139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104139; }
p { color: rgb(16,65,57); }
H1.HeaderClassName
{
color: #104139;
}
.AnyTagClassName
{
color: #104139;
}
</style>
background-color css
<style>
a { background-color: #104139; }
a { background-color: rgb(16,65,57); }
div.DivClassName
{
background-color: #104139;
}
.BgClassName
{
background-color: #104139;
}
</style>
border-color css
<style>
span { border-color: #104139; }
span { border-color: rgb(16,65,57); }
td.TdClassName
{
border-color: #104139;
}
.TagClassName
{
border-color: #104139;
}
</style>