Shades of Deep Teal #175145
Tints of Deep Teal #175145
RGB
CMYK
RGB Variations
Color information
#175145 (or 0x175145) is known color: Deep Teal. HEX triplet: 17, 51 and 45. RGB value is (23,81,69). Sum of RGB (Red+Green+Blue) = 23+81+69=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #175145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175145 is #E8AEBA. Grayscale: #3E3E3E. Windows color (decimal): -15249083 or 4542743. OLE color: 4542743.
HSL color Cylindrical-coordinate representation of color #175145: hue angle of 167.59º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175145 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 81 | 69 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.68 |
| HSL | 167.59º | 0.56% | 0.2% | - |
| HSV(B) | 167.59º | 0.72% | 0.32% | - |
| XYZ | 4.37 | 6.5 | 6.65 | - |
| YUV | 62.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 69 | 0.72 | 0 | 0.15 | 0.68 | 167.59 | 0.56 | 0.2 |
| Hex | 17 | 51 | 45 | 48 | 0 | F | 44 | A8 | 38 | 14 |
| Octal | 27 | 121 | 105 | 110 | 0 | 17 | 104 | 250 | 70 | 24 |
| Binary | 10111 | 1010001 | 1000101 | 1001000 | 0 | 1111 | 1000100 | 10101000 | 111000 | 10100 |
Color Harmonies of #175145
Complementary color
Monochromatic Colors of #175145
Black with #175145
Text Example
Text Example
White with #175145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175145; }
p { color: rgb(23,81,69); }
H1.HeaderClassName
{
color: #175145;
}
.AnyTagClassName
{
color: #175145;
}
</style>
background-color css
<style>
a { background-color: #175145; }
a { background-color: rgb(23,81,69); }
div.DivClassName
{
background-color: #175145;
}
.BgClassName
{
background-color: #175145;
}
</style>
border-color css
<style>
span { border-color: #175145; }
span { border-color: rgb(23,81,69); }
td.TdClassName
{
border-color: #175145;
}
.TagClassName
{
border-color: #175145;
}
</style>