Shades of Deep Teal #17453D
Tints of Deep Teal #17453D
RGB
CMYK
RGB Variations
Color information
#17453D (or 0x17453D) is known color: Deep Teal. HEX triplet: 17, 45 and 3D. RGB value is (23,69,61). Sum of RGB (Red+Green+Blue) = 23+69+61=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #17453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17453D is #E8BAC2. Grayscale: #363636. Windows color (decimal): -15252163 or 4015383. OLE color: 4015383.
HSL color Cylindrical-coordinate representation of color #17453D: hue angle of 169.57º degrees, saturation: 0.5, 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 #17453D is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 61 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.73 |
| HSL | 169.57º | 0.5% | 0.18% | - |
| HSV(B) | 169.57º | 0.67% | 0.27% | - |
| XYZ | 3.32 | 4.78 | 5.16 | - |
| YUV | 54.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 61 | 0.67 | 0 | 0.12 | 0.73 | 169.57 | 0.5 | 0.18 |
| Hex | 17 | 45 | 3D | 43 | 0 | C | 49 | AA | 32 | 12 |
| Octal | 27 | 105 | 75 | 103 | 0 | 14 | 111 | 252 | 62 | 22 |
| Binary | 10111 | 1000101 | 111101 | 1000011 | 0 | 1100 | 1001001 | 10101010 | 110010 | 10010 |
Color Harmonies of #17453D
Complementary color
Monochromatic Colors of #17453D
Black with #17453D
Text Example
Text Example
White with #17453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17453D; }
p { color: rgb(23,69,61); }
H1.HeaderClassName
{
color: #17453D;
}
.AnyTagClassName
{
color: #17453D;
}
</style>
background-color css
<style>
a { background-color: #17453D; }
a { background-color: rgb(23,69,61); }
div.DivClassName
{
background-color: #17453D;
}
.BgClassName
{
background-color: #17453D;
}
</style>
border-color css
<style>
span { border-color: #17453D; }
span { border-color: rgb(23,69,61); }
td.TdClassName
{
border-color: #17453D;
}
.TagClassName
{
border-color: #17453D;
}
</style>