Shades of Deep Teal #17493D
Tints of Deep Teal #17493D
RGB
CMYK
RGB Variations
Color information
#17493D (or 0x17493D) is known color: Deep Teal. HEX triplet: 17, 49 and 3D. RGB value is (23,73,61). Sum of RGB (Red+Green+Blue) = 23+73+61=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #17493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17493D is #E8B6C2. Grayscale: #383838. Windows color (decimal): -15251139 or 4016407. OLE color: 4016407.
HSL color Cylindrical-coordinate representation of color #17493D: hue angle of 165.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17493D is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 73 | 61 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.71 |
| HSL | 165.6º | 0.52% | 0.19% | - |
| HSV(B) | 165.6º | 0.68% | 0.29% | - |
| XYZ | 3.58 | 5.28 | 5.25 | - |
| YUV | 56.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 61 | 0.68 | 0 | 0.16 | 0.71 | 165.6 | 0.52 | 0.19 |
| Hex | 17 | 49 | 3D | 44 | 0 | 10 | 47 | A6 | 34 | 13 |
| Octal | 27 | 111 | 75 | 104 | 0 | 20 | 107 | 246 | 64 | 23 |
| Binary | 10111 | 1001001 | 111101 | 1000100 | 0 | 10000 | 1000111 | 10100110 | 110100 | 10011 |
Color Harmonies of #17493D
Complementary color
Monochromatic Colors of #17493D
Black with #17493D
Text Example
Text Example
White with #17493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17493D; }
p { color: rgb(23,73,61); }
H1.HeaderClassName
{
color: #17493D;
}
.AnyTagClassName
{
color: #17493D;
}
</style>
background-color css
<style>
a { background-color: #17493D; }
a { background-color: rgb(23,73,61); }
div.DivClassName
{
background-color: #17493D;
}
.BgClassName
{
background-color: #17493D;
}
</style>
border-color css
<style>
span { border-color: #17493D; }
span { border-color: rgb(23,73,61); }
td.TdClassName
{
border-color: #17493D;
}
.TagClassName
{
border-color: #17493D;
}
</style>