Shades of Deep Teal #104437
Tints of Deep Teal #104437
RGB
CMYK
RGB Variations
Color information
#104437 (or 0x104437) is known color: Deep Teal. HEX triplet: 10, 44 and 37. RGB value is (16,68,55). Sum of RGB (Red+Green+Blue) = 16+68+55=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #104437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104437 is #EFBBC8. Grayscale: #323232. Windows color (decimal): -15711177 or 3621904. OLE color: 3621904.
HSL color Cylindrical-coordinate representation of color #104437: hue angle of 165º 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 #104437 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 68 | 55 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.73 |
| HSL | 165º | 0.62% | 0.16% | - |
| HSV(B) | 165º | 0.76% | 0.27% | - |
| XYZ | 2.97 | 4.52 | 4.33 | - |
| YUV | 50.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 55 | 0.76 | 0 | 0.19 | 0.73 | 165 | 0.62 | 0.16 |
| Hex | 10 | 44 | 37 | 4C | 0 | 13 | 49 | A5 | 3E | 10 |
| Octal | 20 | 104 | 67 | 114 | 0 | 23 | 111 | 245 | 76 | 20 |
| Binary | 10000 | 1000100 | 110111 | 1001100 | 0 | 10011 | 1001001 | 10100101 | 111110 | 10000 |
Color Harmonies of #104437
Complementary color
Monochromatic Colors of #104437
Black with #104437
Text Example
Text Example
White with #104437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104437; }
p { color: rgb(16,68,55); }
H1.HeaderClassName
{
color: #104437;
}
.AnyTagClassName
{
color: #104437;
}
</style>
background-color css
<style>
a { background-color: #104437; }
a { background-color: rgb(16,68,55); }
div.DivClassName
{
background-color: #104437;
}
.BgClassName
{
background-color: #104437;
}
</style>
border-color css
<style>
span { border-color: #104437; }
span { border-color: rgb(16,68,55); }
td.TdClassName
{
border-color: #104437;
}
.TagClassName
{
border-color: #104437;
}
</style>