Shades of Deep Teal #105441
Tints of Deep Teal #105441
RGB
CMYK
RGB Variations
Color information
#105441 (or 0x105441) is known color: Deep Teal. HEX triplet: 10, 54 and 41. RGB value is (16,84,65). Sum of RGB (Red+Green+Blue) = 16+84+65=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #105441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105441 is #EFABBE. Grayscale: #3D3D3D. Windows color (decimal): -15707071 or 4281360. OLE color: 4281360.
HSL color Cylindrical-coordinate representation of color #105441: hue angle of 163.24º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105441 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 84 | 65 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.67 |
| HSL | 163.24º | 0.68% | 0.2% | - |
| HSV(B) | 163.24º | 0.81% | 0.33% | - |
| XYZ | 4.34 | 6.83 | 6.09 | - |
| YUV | 61.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 65 | 0.81 | 0 | 0.23 | 0.67 | 163.24 | 0.68 | 0.2 |
| Hex | 10 | 54 | 41 | 51 | 0 | 17 | 43 | A3 | 44 | 14 |
| Octal | 20 | 124 | 101 | 121 | 0 | 27 | 103 | 243 | 104 | 24 |
| Binary | 10000 | 1010100 | 1000001 | 1010001 | 0 | 10111 | 1000011 | 10100011 | 1000100 | 10100 |
Color Harmonies of #105441
Complementary color
Monochromatic Colors of #105441
Black with #105441
Text Example
Text Example
White with #105441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105441; }
p { color: rgb(16,84,65); }
H1.HeaderClassName
{
color: #105441;
}
.AnyTagClassName
{
color: #105441;
}
</style>
background-color css
<style>
a { background-color: #105441; }
a { background-color: rgb(16,84,65); }
div.DivClassName
{
background-color: #105441;
}
.BgClassName
{
background-color: #105441;
}
</style>
border-color css
<style>
span { border-color: #105441; }
span { border-color: rgb(16,84,65); }
td.TdClassName
{
border-color: #105441;
}
.TagClassName
{
border-color: #105441;
}
</style>