Shades of Deep Teal #17433B
Tints of Deep Teal #17433B
RGB
CMYK
RGB Variations
Color information
#17433B (or 0x17433B) is known color: Deep Teal. HEX triplet: 17, 43 and 3B. RGB value is (23,67,59). Sum of RGB (Red+Green+Blue) = 23+67+59=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #17433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17433B is #E8BCC4. Grayscale: #343434. Windows color (decimal): -15252677 or 3883799. OLE color: 3883799.
HSL color Cylindrical-coordinate representation of color #17433B: hue angle of 169.09º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #17433B is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 67 | 59 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.74 |
| HSL | 169.09º | 0.49% | 0.18% | - |
| HSV(B) | 169.09º | 0.66% | 0.26% | - |
| XYZ | 3.15 | 4.51 | 4.84 | - |
| YUV | 52.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 59 | 0.66 | 0 | 0.12 | 0.74 | 169.09 | 0.49 | 0.18 |
| Hex | 17 | 43 | 3B | 42 | 0 | C | 4A | A9 | 31 | 12 |
| Octal | 27 | 103 | 73 | 102 | 0 | 14 | 112 | 251 | 61 | 22 |
| Binary | 10111 | 1000011 | 111011 | 1000010 | 0 | 1100 | 1001010 | 10101001 | 110001 | 10010 |
Color Harmonies of #17433B
Complementary color
Monochromatic Colors of #17433B
Black with #17433B
Text Example
Text Example
White with #17433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17433B; }
p { color: rgb(23,67,59); }
H1.HeaderClassName
{
color: #17433B;
}
.AnyTagClassName
{
color: #17433B;
}
</style>
background-color css
<style>
a { background-color: #17433B; }
a { background-color: rgb(23,67,59); }
div.DivClassName
{
background-color: #17433B;
}
.BgClassName
{
background-color: #17433B;
}
</style>
border-color css
<style>
span { border-color: #17433B; }
span { border-color: rgb(23,67,59); }
td.TdClassName
{
border-color: #17433B;
}
.TagClassName
{
border-color: #17433B;
}
</style>