Shades of Deep Teal #105141
Tints of Deep Teal #105141
RGB
CMYK
RGB Variations
Color information
#105141 (or 0x105141) is known color: Deep Teal. HEX triplet: 10, 51 and 41. RGB value is (16,81,65). Sum of RGB (Red+Green+Blue) = 16+81+65=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #105141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105141 is #EFAEBE. Grayscale: #3B3B3B. Windows color (decimal): -15707839 or 4280592. OLE color: 4280592.
HSL color Cylindrical-coordinate representation of color #105141: hue angle of 165.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105141 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 65 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.68 |
| HSL | 165.23º | 0.67% | 0.19% | - |
| HSV(B) | 165.23º | 0.8% | 0.32% | - |
| XYZ | 4.11 | 6.38 | 6.02 | - |
| YUV | 59.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 65 | 0.80 | 0 | 0.20 | 0.68 | 165.23 | 0.67 | 0.19 |
| Hex | 10 | 51 | 41 | 50 | 0 | 14 | 44 | A5 | 43 | 13 |
| Octal | 20 | 121 | 101 | 120 | 0 | 24 | 104 | 245 | 103 | 23 |
| Binary | 10000 | 1010001 | 1000001 | 1010000 | 0 | 10100 | 1000100 | 10100101 | 1000011 | 10011 |
Color Harmonies of #105141
Complementary color
Monochromatic Colors of #105141
Black with #105141
Text Example
Text Example
White with #105141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105141; }
p { color: rgb(16,81,65); }
H1.HeaderClassName
{
color: #105141;
}
.AnyTagClassName
{
color: #105141;
}
</style>
background-color css
<style>
a { background-color: #105141; }
a { background-color: rgb(16,81,65); }
div.DivClassName
{
background-color: #105141;
}
.BgClassName
{
background-color: #105141;
}
</style>
border-color css
<style>
span { border-color: #105141; }
span { border-color: rgb(16,81,65); }
td.TdClassName
{
border-color: #105141;
}
.TagClassName
{
border-color: #105141;
}
</style>