Shades of Deep Teal #17463D
Tints of Deep Teal #17463D
RGB
CMYK
RGB Variations
Color information
#17463D (or 0x17463D) is known color: Deep Teal. HEX triplet: 17, 46 and 3D. RGB value is (23,70,61). Sum of RGB (Red+Green+Blue) = 23+70+61=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #17463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17463D is #E8B9C2. Grayscale: #363636. Windows color (decimal): -15251907 or 4015639. OLE color: 4015639.
HSL color Cylindrical-coordinate representation of color #17463D: hue angle of 168.51º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17463D is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 70 | 61 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.73 |
| HSL | 168.51º | 0.51% | 0.18% | - |
| HSV(B) | 168.51º | 0.67% | 0.27% | - |
| XYZ | 3.39 | 4.9 | 5.18 | - |
| YUV | 54.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 61 | 0.67 | 0 | 0.13 | 0.73 | 168.51 | 0.51 | 0.18 |
| Hex | 17 | 46 | 3D | 43 | 0 | D | 49 | A9 | 33 | 12 |
| Octal | 27 | 106 | 75 | 103 | 0 | 15 | 111 | 251 | 63 | 22 |
| Binary | 10111 | 1000110 | 111101 | 1000011 | 0 | 1101 | 1001001 | 10101001 | 110011 | 10010 |
Color Harmonies of #17463D
Complementary color
Monochromatic Colors of #17463D
Black with #17463D
Text Example
Text Example
White with #17463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17463D; }
p { color: rgb(23,70,61); }
H1.HeaderClassName
{
color: #17463D;
}
.AnyTagClassName
{
color: #17463D;
}
</style>
background-color css
<style>
a { background-color: #17463D; }
a { background-color: rgb(23,70,61); }
div.DivClassName
{
background-color: #17463D;
}
.BgClassName
{
background-color: #17463D;
}
</style>
border-color css
<style>
span { border-color: #17463D; }
span { border-color: rgb(23,70,61); }
td.TdClassName
{
border-color: #17463D;
}
.TagClassName
{
border-color: #17463D;
}
</style>