Shades of Deep Teal #17453C
Tints of Deep Teal #17453C
RGB
CMYK
RGB Variations
Color information
#17453C (or 0x17453C) is known color: Deep Teal. HEX triplet: 17, 45 and 3C. RGB value is (23,69,60). Sum of RGB (Red+Green+Blue) = 23+69+60=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #17453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17453C is #E8BAC3. Grayscale: #363636. Windows color (decimal): -15252164 or 3949847. OLE color: 3949847.
HSL color Cylindrical-coordinate representation of color #17453C: hue angle of 168.26º 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 #17453C is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 60 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.73 |
| HSL | 168.26º | 0.5% | 0.18% | - |
| HSV(B) | 168.26º | 0.67% | 0.27% | - |
| XYZ | 3.3 | 4.76 | 5.02 | - |
| YUV | 54.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 60 | 0.67 | 0 | 0.13 | 0.73 | 168.26 | 0.5 | 0.18 |
| Hex | 17 | 45 | 3C | 43 | 0 | D | 49 | A8 | 32 | 12 |
| Octal | 27 | 105 | 74 | 103 | 0 | 15 | 111 | 250 | 62 | 22 |
| Binary | 10111 | 1000101 | 111100 | 1000011 | 0 | 1101 | 1001001 | 10101000 | 110010 | 10010 |
Color Harmonies of #17453C
Complementary color
Monochromatic Colors of #17453C
Black with #17453C
Text Example
Text Example
White with #17453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17453C; }
p { color: rgb(23,69,60); }
H1.HeaderClassName
{
color: #17453C;
}
.AnyTagClassName
{
color: #17453C;
}
</style>
background-color css
<style>
a { background-color: #17453C; }
a { background-color: rgb(23,69,60); }
div.DivClassName
{
background-color: #17453C;
}
.BgClassName
{
background-color: #17453C;
}
</style>
border-color css
<style>
span { border-color: #17453C; }
span { border-color: rgb(23,69,60); }
td.TdClassName
{
border-color: #17453C;
}
.TagClassName
{
border-color: #17453C;
}
</style>