Shades of Deep Teal #105143
Tints of Deep Teal #105143
RGB
CMYK
RGB Variations
Color information
#105143 (or 0x105143) is known color: Deep Teal. HEX triplet: 10, 51 and 43. RGB value is (16,81,67). Sum of RGB (Red+Green+Blue) = 16+81+67=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #105143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105143 is #EFAEBC. Grayscale: #3B3B3B. Windows color (decimal): -15707837 or 4411664. OLE color: 4411664.
HSL color Cylindrical-coordinate representation of color #105143: hue angle of 167.08º 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 #105143 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 67 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.68 |
| HSL | 167.08º | 0.67% | 0.19% | - |
| HSV(B) | 167.08º | 0.8% | 0.32% | - |
| XYZ | 4.17 | 6.4 | 6.33 | - |
| YUV | 59.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 67 | 0.80 | 0 | 0.17 | 0.68 | 167.08 | 0.67 | 0.19 |
| Hex | 10 | 51 | 43 | 50 | 0 | 11 | 44 | A7 | 43 | 13 |
| Octal | 20 | 121 | 103 | 120 | 0 | 21 | 104 | 247 | 103 | 23 |
| Binary | 10000 | 1010001 | 1000011 | 1010000 | 0 | 10001 | 1000100 | 10100111 | 1000011 | 10011 |
Color Harmonies of #105143
Complementary color
Monochromatic Colors of #105143
Black with #105143
Text Example
Text Example
White with #105143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105143; }
p { color: rgb(16,81,67); }
H1.HeaderClassName
{
color: #105143;
}
.AnyTagClassName
{
color: #105143;
}
</style>
background-color css
<style>
a { background-color: #105143; }
a { background-color: rgb(16,81,67); }
div.DivClassName
{
background-color: #105143;
}
.BgClassName
{
background-color: #105143;
}
</style>
border-color css
<style>
span { border-color: #105143; }
span { border-color: rgb(16,81,67); }
td.TdClassName
{
border-color: #105143;
}
.TagClassName
{
border-color: #105143;
}
</style>