Shades of Deep Teal #17463B
Tints of Deep Teal #17463B
RGB
CMYK
RGB Variations
Color information
#17463B (or 0x17463B) is known color: Deep Teal. HEX triplet: 17, 46 and 3B. RGB value is (23,70,59). Sum of RGB (Red+Green+Blue) = 23+70+59=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #17463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17463B is #E8B9C4. Grayscale: #363636. Windows color (decimal): -15251909 or 3884567. OLE color: 3884567.
HSL color Cylindrical-coordinate representation of color #17463B: hue angle of 165.96º 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 #17463B is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 70 | 59 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.73 |
| HSL | 165.96º | 0.51% | 0.18% | - |
| HSV(B) | 165.96º | 0.67% | 0.27% | - |
| XYZ | 3.33 | 4.88 | 4.9 | - |
| YUV | 54.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 59 | 0.67 | 0 | 0.16 | 0.73 | 165.96 | 0.51 | 0.18 |
| Hex | 17 | 46 | 3B | 43 | 0 | 10 | 49 | A6 | 33 | 12 |
| Octal | 27 | 106 | 73 | 103 | 0 | 20 | 111 | 246 | 63 | 22 |
| Binary | 10111 | 1000110 | 111011 | 1000011 | 0 | 10000 | 1001001 | 10100110 | 110011 | 10010 |
Color Harmonies of #17463B
Complementary color
Monochromatic Colors of #17463B
Black with #17463B
Text Example
Text Example
White with #17463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17463B; }
p { color: rgb(23,70,59); }
H1.HeaderClassName
{
color: #17463B;
}
.AnyTagClassName
{
color: #17463B;
}
</style>
background-color css
<style>
a { background-color: #17463B; }
a { background-color: rgb(23,70,59); }
div.DivClassName
{
background-color: #17463B;
}
.BgClassName
{
background-color: #17463B;
}
</style>
border-color css
<style>
span { border-color: #17463B; }
span { border-color: rgb(23,70,59); }
td.TdClassName
{
border-color: #17463B;
}
.TagClassName
{
border-color: #17463B;
}
</style>