Shades of Deep Teal #104439
Tints of Deep Teal #104439
RGB
CMYK
RGB Variations
Color information
#104439 (or 0x104439) is known color: Deep Teal. HEX triplet: 10, 44 and 39. RGB value is (16,68,57). Sum of RGB (Red+Green+Blue) = 16+68+57=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #104439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104439 is #EFBBC6. Grayscale: #333333. Windows color (decimal): -15711175 or 3752976. OLE color: 3752976.
HSL color Cylindrical-coordinate representation of color #104439: hue angle of 167.31º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104439 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 68 | 57 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.73 |
| HSL | 167.31º | 0.62% | 0.16% | - |
| HSV(B) | 167.31º | 0.76% | 0.27% | - |
| XYZ | 3.02 | 4.54 | 4.59 | - |
| YUV | 51.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 57 | 0.76 | 0 | 0.16 | 0.73 | 167.31 | 0.62 | 0.16 |
| Hex | 10 | 44 | 39 | 4C | 0 | 10 | 49 | A7 | 3E | 10 |
| Octal | 20 | 104 | 71 | 114 | 0 | 20 | 111 | 247 | 76 | 20 |
| Binary | 10000 | 1000100 | 111001 | 1001100 | 0 | 10000 | 1001001 | 10100111 | 111110 | 10000 |
Color Harmonies of #104439
Complementary color
Monochromatic Colors of #104439
Black with #104439
Text Example
Text Example
White with #104439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104439; }
p { color: rgb(16,68,57); }
H1.HeaderClassName
{
color: #104439;
}
.AnyTagClassName
{
color: #104439;
}
</style>
background-color css
<style>
a { background-color: #104439; }
a { background-color: rgb(16,68,57); }
div.DivClassName
{
background-color: #104439;
}
.BgClassName
{
background-color: #104439;
}
</style>
border-color css
<style>
span { border-color: #104439; }
span { border-color: rgb(16,68,57); }
td.TdClassName
{
border-color: #104439;
}
.TagClassName
{
border-color: #104439;
}
</style>