Shades of Deep Teal #174842
Tints of Deep Teal #174842
RGB
CMYK
RGB Variations
Color information
#174842 (or 0x174842) is known color: Deep Teal. HEX triplet: 17, 48 and 42. RGB value is (23,72,66). Sum of RGB (Red+Green+Blue) = 23+72+66=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #174842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174842 is #E8B7BD. Grayscale: #383838. Windows color (decimal): -15251390 or 4343831. OLE color: 4343831.
HSL color Cylindrical-coordinate representation of color #174842: hue angle of 172.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174842 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 72 | 66 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.72 |
| HSL | 172.65º | 0.52% | 0.19% | - |
| HSV(B) | 172.65º | 0.68% | 0.28% | - |
| XYZ | 3.65 | 5.21 | 5.97 | - |
| YUV | 56.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 66 | 0.68 | 0 | 0.08 | 0.72 | 172.65 | 0.52 | 0.19 |
| Hex | 17 | 48 | 42 | 44 | 0 | 8 | 48 | AD | 34 | 13 |
| Octal | 27 | 110 | 102 | 104 | 0 | 10 | 110 | 255 | 64 | 23 |
| Binary | 10111 | 1001000 | 1000010 | 1000100 | 0 | 1000 | 1001000 | 10101101 | 110100 | 10011 |
Color Harmonies of #174842
Complementary color
Monochromatic Colors of #174842
Black with #174842
Text Example
Text Example
White with #174842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174842; }
p { color: rgb(23,72,66); }
H1.HeaderClassName
{
color: #174842;
}
.AnyTagClassName
{
color: #174842;
}
</style>
background-color css
<style>
a { background-color: #174842; }
a { background-color: rgb(23,72,66); }
div.DivClassName
{
background-color: #174842;
}
.BgClassName
{
background-color: #174842;
}
</style>
border-color css
<style>
span { border-color: #174842; }
span { border-color: rgb(23,72,66); }
td.TdClassName
{
border-color: #174842;
}
.TagClassName
{
border-color: #174842;
}
</style>