Shades of Deep Teal #175447
Tints of Deep Teal #175447
RGB
CMYK
RGB Variations
Color information
#175447 (or 0x175447) is known color: Deep Teal. HEX triplet: 17, 54 and 47. RGB value is (23,84,71). Sum of RGB (Red+Green+Blue) = 23+84+71=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #175447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175447 is #E8ABB8. Grayscale: #404040. Windows color (decimal): -15248313 or 4674583. OLE color: 4674583.
HSL color Cylindrical-coordinate representation of color #175447: hue angle of 167.21º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175447 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 84 | 71 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.67 |
| HSL | 167.21º | 0.57% | 0.21% | - |
| HSV(B) | 167.21º | 0.73% | 0.33% | - |
| XYZ | 4.66 | 6.98 | 7.06 | - |
| YUV | 64.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 71 | 0.73 | 0 | 0.15 | 0.67 | 167.21 | 0.57 | 0.21 |
| Hex | 17 | 54 | 47 | 49 | 0 | F | 43 | A7 | 39 | 15 |
| Octal | 27 | 124 | 107 | 111 | 0 | 17 | 103 | 247 | 71 | 25 |
| Binary | 10111 | 1010100 | 1000111 | 1001001 | 0 | 1111 | 1000011 | 10100111 | 111001 | 10101 |
Color Harmonies of #175447
Complementary color
Monochromatic Colors of #175447
Black with #175447
Text Example
Text Example
White with #175447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175447; }
p { color: rgb(23,84,71); }
H1.HeaderClassName
{
color: #175447;
}
.AnyTagClassName
{
color: #175447;
}
</style>
background-color css
<style>
a { background-color: #175447; }
a { background-color: rgb(23,84,71); }
div.DivClassName
{
background-color: #175447;
}
.BgClassName
{
background-color: #175447;
}
</style>
border-color css
<style>
span { border-color: #175447; }
span { border-color: rgb(23,84,71); }
td.TdClassName
{
border-color: #175447;
}
.TagClassName
{
border-color: #175447;
}
</style>