Shades of Deep Teal #10463C
Tints of Deep Teal #10463C
RGB
CMYK
RGB Variations
Color information
#10463C (or 0x10463C) is known color: Deep Teal. HEX triplet: 10, 46 and 3C. RGB value is (16,70,60). Sum of RGB (Red+Green+Blue) = 16+70+60=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #10463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463C is #EFB9C3. Grayscale: #343434. Windows color (decimal): -15710660 or 3950096. OLE color: 3950096.
HSL color Cylindrical-coordinate representation of color #10463C: hue angle of 168.89º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10463C is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 70 | 60 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.73 |
| HSL | 168.89º | 0.63% | 0.17% | - |
| HSV(B) | 168.89º | 0.77% | 0.27% | - |
| XYZ | 3.22 | 4.82 | 5.04 | - |
| YUV | 52.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 60 | 0.77 | 0 | 0.14 | 0.73 | 168.89 | 0.63 | 0.17 |
| Hex | 10 | 46 | 3C | 4D | 0 | E | 49 | A9 | 3F | 11 |
| Octal | 20 | 106 | 74 | 115 | 0 | 16 | 111 | 251 | 77 | 21 |
| Binary | 10000 | 1000110 | 111100 | 1001101 | 0 | 1110 | 1001001 | 10101001 | 111111 | 10001 |
Color Harmonies of #10463C
Complementary color
Monochromatic Colors of #10463C
Black with #10463C
Text Example
Text Example
White with #10463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10463C; }
p { color: rgb(16,70,60); }
H1.HeaderClassName
{
color: #10463C;
}
.AnyTagClassName
{
color: #10463C;
}
</style>
background-color css
<style>
a { background-color: #10463C; }
a { background-color: rgb(16,70,60); }
div.DivClassName
{
background-color: #10463C;
}
.BgClassName
{
background-color: #10463C;
}
</style>
border-color css
<style>
span { border-color: #10463C; }
span { border-color: rgb(16,70,60); }
td.TdClassName
{
border-color: #10463C;
}
.TagClassName
{
border-color: #10463C;
}
</style>