Shades of Deep Teal #17473C
Tints of Deep Teal #17473C
RGB
CMYK
RGB Variations
Color information
#17473C (or 0x17473C) is known color: Deep Teal. HEX triplet: 17, 47 and 3C. RGB value is (23,71,60). Sum of RGB (Red+Green+Blue) = 23+71+60=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #17473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17473C is #E8B8C3. Grayscale: #373737. Windows color (decimal): -15251652 or 3950359. OLE color: 3950359.
HSL color Cylindrical-coordinate representation of color #17473C: hue angle of 166.25º 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 #17473C is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 71 | 60 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.72 |
| HSL | 166.25º | 0.51% | 0.18% | - |
| HSV(B) | 166.25º | 0.68% | 0.28% | - |
| XYZ | 3.42 | 5.01 | 5.06 | - |
| YUV | 55.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 60 | 0.68 | 0 | 0.15 | 0.72 | 166.25 | 0.51 | 0.18 |
| Hex | 17 | 47 | 3C | 44 | 0 | F | 48 | A6 | 33 | 12 |
| Octal | 27 | 107 | 74 | 104 | 0 | 17 | 110 | 246 | 63 | 22 |
| Binary | 10111 | 1000111 | 111100 | 1000100 | 0 | 1111 | 1001000 | 10100110 | 110011 | 10010 |
Color Harmonies of #17473C
Complementary color
Monochromatic Colors of #17473C
Black with #17473C
Text Example
Text Example
White with #17473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17473C; }
p { color: rgb(23,71,60); }
H1.HeaderClassName
{
color: #17473C;
}
.AnyTagClassName
{
color: #17473C;
}
</style>
background-color css
<style>
a { background-color: #17473C; }
a { background-color: rgb(23,71,60); }
div.DivClassName
{
background-color: #17473C;
}
.BgClassName
{
background-color: #17473C;
}
</style>
border-color css
<style>
span { border-color: #17473C; }
span { border-color: rgb(23,71,60); }
td.TdClassName
{
border-color: #17473C;
}
.TagClassName
{
border-color: #17473C;
}
</style>