Shades of Deep Teal #17413D
Tints of Deep Teal #17413D
RGB
CMYK
RGB Variations
Color information
#17413D (or 0x17413D) is known color: Deep Teal. HEX triplet: 17, 41 and 3D. RGB value is (23,65,61). Sum of RGB (Red+Green+Blue) = 23+65+61=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #17413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17413D is #E8BEC2. Grayscale: #333333. Windows color (decimal): -15253187 or 4014359. OLE color: 4014359.
HSL color Cylindrical-coordinate representation of color #17413D: hue angle of 174.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17413D is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 65 | 61 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.75 |
| HSL | 174.29º | 0.48% | 0.17% | - |
| HSV(B) | 174.29º | 0.65% | 0.25% | - |
| XYZ | 3.09 | 4.3 | 5.08 | - |
| YUV | 51.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 61 | 0.65 | 0 | 0.06 | 0.75 | 174.29 | 0.48 | 0.17 |
| Hex | 17 | 41 | 3D | 41 | 0 | 6 | 4B | AE | 30 | 11 |
| Octal | 27 | 101 | 75 | 101 | 0 | 6 | 113 | 256 | 60 | 21 |
| Binary | 10111 | 1000001 | 111101 | 1000001 | 0 | 110 | 1001011 | 10101110 | 110000 | 10001 |
Color Harmonies of #17413D
Complementary color
Monochromatic Colors of #17413D
Black with #17413D
Text Example
Text Example
White with #17413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17413D; }
p { color: rgb(23,65,61); }
H1.HeaderClassName
{
color: #17413D;
}
.AnyTagClassName
{
color: #17413D;
}
</style>
background-color css
<style>
a { background-color: #17413D; }
a { background-color: rgb(23,65,61); }
div.DivClassName
{
background-color: #17413D;
}
.BgClassName
{
background-color: #17413D;
}
</style>
border-color css
<style>
span { border-color: #17413D; }
span { border-color: rgb(23,65,61); }
td.TdClassName
{
border-color: #17413D;
}
.TagClassName
{
border-color: #17413D;
}
</style>