Shades of Deep Teal #10473F
Tints of Deep Teal #10473F
RGB
CMYK
RGB Variations
Color information
#10473F (or 0x10473F) is known color: Deep Teal. HEX triplet: 10, 47 and 3F. RGB value is (16,71,63). Sum of RGB (Red+Green+Blue) = 16+71+63=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #10473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10473F is #EFB8C0. Grayscale: #353535. Windows color (decimal): -15710401 or 4146960. OLE color: 4146960.
HSL color Cylindrical-coordinate representation of color #10473F: hue angle of 171.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10473F is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 71 | 63 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.72 |
| HSL | 171.27º | 0.63% | 0.17% | - |
| HSV(B) | 171.27º | 0.77% | 0.28% | - |
| XYZ | 3.36 | 4.98 | 5.49 | - |
| YUV | 53.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 63 | 0.77 | 0 | 0.11 | 0.72 | 171.27 | 0.63 | 0.17 |
| Hex | 10 | 47 | 3F | 4D | 0 | B | 48 | AB | 3F | 11 |
| Octal | 20 | 107 | 77 | 115 | 0 | 13 | 110 | 253 | 77 | 21 |
| Binary | 10000 | 1000111 | 111111 | 1001101 | 0 | 1011 | 1001000 | 10101011 | 111111 | 10001 |
Color Harmonies of #10473F
Complementary color
Monochromatic Colors of #10473F
Black with #10473F
Text Example
Text Example
White with #10473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10473F; }
p { color: rgb(16,71,63); }
H1.HeaderClassName
{
color: #10473F;
}
.AnyTagClassName
{
color: #10473F;
}
</style>
background-color css
<style>
a { background-color: #10473F; }
a { background-color: rgb(16,71,63); }
div.DivClassName
{
background-color: #10473F;
}
.BgClassName
{
background-color: #10473F;
}
</style>
border-color css
<style>
span { border-color: #10473F; }
span { border-color: rgb(16,71,63); }
td.TdClassName
{
border-color: #10473F;
}
.TagClassName
{
border-color: #10473F;
}
</style>