Shades of Deep Teal #175346
Tints of Deep Teal #175346
RGB
CMYK
RGB Variations
Color information
#175346 (or 0x175346) is known color: Deep Teal. HEX triplet: 17, 53 and 46. RGB value is (23,83,70). Sum of RGB (Red+Green+Blue) = 23+83+70=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #175346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175346 is #E8ACB9. Grayscale: #3F3F3F. Windows color (decimal): -15248570 or 4608791. OLE color: 4608791.
HSL color Cylindrical-coordinate representation of color #175346: hue angle of 167º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175346 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 70 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.67 |
| HSL | 167º | 0.57% | 0.21% | - |
| HSV(B) | 167º | 0.72% | 0.33% | - |
| XYZ | 4.55 | 6.81 | 6.87 | - |
| YUV | 63.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 70 | 0.72 | 0 | 0.16 | 0.67 | 167 | 0.57 | 0.21 |
| Hex | 17 | 53 | 46 | 48 | 0 | 10 | 43 | A7 | 39 | 15 |
| Octal | 27 | 123 | 106 | 110 | 0 | 20 | 103 | 247 | 71 | 25 |
| Binary | 10111 | 1010011 | 1000110 | 1001000 | 0 | 10000 | 1000011 | 10100111 | 111001 | 10101 |
Color Harmonies of #175346
Complementary color
Monochromatic Colors of #175346
Black with #175346
Text Example
Text Example
White with #175346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175346; }
p { color: rgb(23,83,70); }
H1.HeaderClassName
{
color: #175346;
}
.AnyTagClassName
{
color: #175346;
}
</style>
background-color css
<style>
a { background-color: #175346; }
a { background-color: rgb(23,83,70); }
div.DivClassName
{
background-color: #175346;
}
.BgClassName
{
background-color: #175346;
}
</style>
border-color css
<style>
span { border-color: #175346; }
span { border-color: rgb(23,83,70); }
td.TdClassName
{
border-color: #175346;
}
.TagClassName
{
border-color: #175346;
}
</style>