Shades of Deep Teal #17403A
Tints of Deep Teal #17403A
RGB
CMYK
RGB Variations
Color information
#17403A (or 0x17403A) is known color: Deep Teal. HEX triplet: 17, 40 and 3A. RGB value is (23,64,58). Sum of RGB (Red+Green+Blue) = 23+64+58=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #17403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17403A is #E8BFC5. Grayscale: #333333. Windows color (decimal): -15253446 or 3817495. OLE color: 3817495.
HSL color Cylindrical-coordinate representation of color #17403A: hue angle of 171.22º 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 #17403A is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 58 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.75 |
| HSL | 171.22º | 0.47% | 0.17% | - |
| HSV(B) | 171.22º | 0.64% | 0.25% | - |
| XYZ | 2.95 | 4.15 | 4.65 | - |
| YUV | 51.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 58 | 0.64 | 0 | 0.09 | 0.75 | 171.22 | 0.47 | 0.17 |
| Hex | 17 | 40 | 3A | 40 | 0 | 9 | 4B | AB | 2F | 11 |
| Octal | 27 | 100 | 72 | 100 | 0 | 11 | 113 | 253 | 57 | 21 |
| Binary | 10111 | 1000000 | 111010 | 1000000 | 0 | 1001 | 1001011 | 10101011 | 101111 | 10001 |
Color Harmonies of #17403A
Complementary color
Monochromatic Colors of #17403A
Black with #17403A
Text Example
Text Example
White with #17403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17403A; }
p { color: rgb(23,64,58); }
H1.HeaderClassName
{
color: #17403A;
}
.AnyTagClassName
{
color: #17403A;
}
</style>
background-color css
<style>
a { background-color: #17403A; }
a { background-color: rgb(23,64,58); }
div.DivClassName
{
background-color: #17403A;
}
.BgClassName
{
background-color: #17403A;
}
</style>
border-color css
<style>
span { border-color: #17403A; }
span { border-color: rgb(23,64,58); }
td.TdClassName
{
border-color: #17403A;
}
.TagClassName
{
border-color: #17403A;
}
</style>