Shades of Deep Teal #17473F
Tints of Deep Teal #17473F
RGB
CMYK
RGB Variations
Color information
#17473F (or 0x17473F) is known color: Deep Teal. HEX triplet: 17, 47 and 3F. RGB value is (23,71,63). Sum of RGB (Red+Green+Blue) = 23+71+63=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #17473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17473F is #E8B8C0. Grayscale: #373737. Windows color (decimal): -15251649 or 4146967. OLE color: 4146967.
HSL color Cylindrical-coordinate representation of color #17473F: hue angle of 170º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17473F is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 71 | 63 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.72 |
| HSL | 170º | 0.51% | 0.18% | - |
| HSV(B) | 170º | 0.68% | 0.28% | - |
| XYZ | 3.5 | 5.05 | 5.49 | - |
| YUV | 55.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 63 | 0.68 | 0 | 0.11 | 0.72 | 170 | 0.51 | 0.18 |
| Hex | 17 | 47 | 3F | 44 | 0 | B | 48 | AA | 33 | 12 |
| Octal | 27 | 107 | 77 | 104 | 0 | 13 | 110 | 252 | 63 | 22 |
| Binary | 10111 | 1000111 | 111111 | 1000100 | 0 | 1011 | 1001000 | 10101010 | 110011 | 10010 |
Color Harmonies of #17473F
Complementary color
Monochromatic Colors of #17473F
Black with #17473F
Text Example
Text Example
White with #17473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17473F; }
p { color: rgb(23,71,63); }
H1.HeaderClassName
{
color: #17473F;
}
.AnyTagClassName
{
color: #17473F;
}
</style>
background-color css
<style>
a { background-color: #17473F; }
a { background-color: rgb(23,71,63); }
div.DivClassName
{
background-color: #17473F;
}
.BgClassName
{
background-color: #17473F;
}
</style>
border-color css
<style>
span { border-color: #17473F; }
span { border-color: rgb(23,71,63); }
td.TdClassName
{
border-color: #17473F;
}
.TagClassName
{
border-color: #17473F;
}
</style>