Shades of Deep Teal #17403B
Tints of Deep Teal #17403B
RGB
CMYK
RGB Variations
Color information
#17403B (or 0x17403B) is known color: Deep Teal. HEX triplet: 17, 40 and 3B. RGB value is (23,64,59). Sum of RGB (Red+Green+Blue) = 23+64+59=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #17403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17403B is #E8BFC4. Grayscale: #333333. Windows color (decimal): -15253445 or 3883031. OLE color: 3883031.
HSL color Cylindrical-coordinate representation of color #17403B: hue angle of 172.68º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17403B is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 59 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.75 |
| HSL | 172.68º | 0.47% | 0.17% | - |
| HSV(B) | 172.68º | 0.64% | 0.25% | - |
| XYZ | 2.98 | 4.16 | 4.78 | - |
| YUV | 51.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 59 | 0.64 | 0 | 0.08 | 0.75 | 172.68 | 0.47 | 0.17 |
| Hex | 17 | 40 | 3B | 40 | 0 | 8 | 4B | AD | 2F | 11 |
| Octal | 27 | 100 | 73 | 100 | 0 | 10 | 113 | 255 | 57 | 21 |
| Binary | 10111 | 1000000 | 111011 | 1000000 | 0 | 1000 | 1001011 | 10101101 | 101111 | 10001 |
Color Harmonies of #17403B
Complementary color
Monochromatic Colors of #17403B
Black with #17403B
Text Example
Text Example
White with #17403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17403B; }
p { color: rgb(23,64,59); }
H1.HeaderClassName
{
color: #17403B;
}
.AnyTagClassName
{
color: #17403B;
}
</style>
background-color css
<style>
a { background-color: #17403B; }
a { background-color: rgb(23,64,59); }
div.DivClassName
{
background-color: #17403B;
}
.BgClassName
{
background-color: #17403B;
}
</style>
border-color css
<style>
span { border-color: #17403B; }
span { border-color: rgb(23,64,59); }
td.TdClassName
{
border-color: #17403B;
}
.TagClassName
{
border-color: #17403B;
}
</style>