Shades of Deep Teal #17483D
Tints of Deep Teal #17483D
RGB
CMYK
RGB Variations
Color information
#17483D (or 0x17483D) is known color: Deep Teal. HEX triplet: 17, 48 and 3D. RGB value is (23,72,61). Sum of RGB (Red+Green+Blue) = 23+72+61=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #17483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17483D is #E8B7C2. Grayscale: #383838. Windows color (decimal): -15251395 or 4016151. OLE color: 4016151.
HSL color Cylindrical-coordinate representation of color #17483D: hue angle of 166.53º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17483D is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 72 | 61 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.72 |
| HSL | 166.53º | 0.52% | 0.19% | - |
| HSV(B) | 166.53º | 0.68% | 0.28% | - |
| XYZ | 3.51 | 5.15 | 5.22 | - |
| YUV | 56.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 61 | 0.68 | 0 | 0.15 | 0.72 | 166.53 | 0.52 | 0.19 |
| Hex | 17 | 48 | 3D | 44 | 0 | F | 48 | A7 | 34 | 13 |
| Octal | 27 | 110 | 75 | 104 | 0 | 17 | 110 | 247 | 64 | 23 |
| Binary | 10111 | 1001000 | 111101 | 1000100 | 0 | 1111 | 1001000 | 10100111 | 110100 | 10011 |
Color Harmonies of #17483D
Complementary color
Monochromatic Colors of #17483D
Black with #17483D
Text Example
Text Example
White with #17483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17483D; }
p { color: rgb(23,72,61); }
H1.HeaderClassName
{
color: #17483D;
}
.AnyTagClassName
{
color: #17483D;
}
</style>
background-color css
<style>
a { background-color: #17483D; }
a { background-color: rgb(23,72,61); }
div.DivClassName
{
background-color: #17483D;
}
.BgClassName
{
background-color: #17483D;
}
</style>
border-color css
<style>
span { border-color: #17483D; }
span { border-color: rgb(23,72,61); }
td.TdClassName
{
border-color: #17483D;
}
.TagClassName
{
border-color: #17483D;
}
</style>