Shades of Deep Teal #104739
Tints of Deep Teal #104739
RGB
CMYK
RGB Variations
Color information
#104739 (or 0x104739) is known color: Deep Teal. HEX triplet: 10, 47 and 39. RGB value is (16,71,57). Sum of RGB (Red+Green+Blue) = 16+71+57=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #104739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104739 is #EFB8C6. Grayscale: #343434. Windows color (decimal): -15710407 or 3753744. OLE color: 3753744.
HSL color Cylindrical-coordinate representation of color #104739: hue angle of 164.73º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104739 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 71 | 57 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.72 |
| HSL | 164.73º | 0.63% | 0.17% | - |
| HSV(B) | 164.73º | 0.77% | 0.28% | - |
| XYZ | 3.21 | 4.91 | 4.65 | - |
| YUV | 52.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 57 | 0.77 | 0 | 0.20 | 0.72 | 164.73 | 0.63 | 0.17 |
| Hex | 10 | 47 | 39 | 4D | 0 | 14 | 48 | A5 | 3F | 11 |
| Octal | 20 | 107 | 71 | 115 | 0 | 24 | 110 | 245 | 77 | 21 |
| Binary | 10000 | 1000111 | 111001 | 1001101 | 0 | 10100 | 1001000 | 10100101 | 111111 | 10001 |
Color Harmonies of #104739
Complementary color
Monochromatic Colors of #104739
Black with #104739
Text Example
Text Example
White with #104739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104739; }
p { color: rgb(16,71,57); }
H1.HeaderClassName
{
color: #104739;
}
.AnyTagClassName
{
color: #104739;
}
</style>
background-color css
<style>
a { background-color: #104739; }
a { background-color: rgb(16,71,57); }
div.DivClassName
{
background-color: #104739;
}
.BgClassName
{
background-color: #104739;
}
</style>
border-color css
<style>
span { border-color: #104739; }
span { border-color: rgb(16,71,57); }
td.TdClassName
{
border-color: #104739;
}
.TagClassName
{
border-color: #104739;
}
</style>