Shades of Teal #178585
Tints of Teal #178585
RGB
CMYK
RGB Variations
Color information
#178585 (or 0x178585) is known color: Teal. HEX triplet: 17, 85 and 85. RGB value is (23,133,133). Sum of RGB (Red+Green+Blue) = 23+133+133=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #178585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178585 is #E87A7A. Grayscale: #646464. Windows color (decimal): -15235707 or 8750359. OLE color: 8750359.
HSL color Cylindrical-coordinate representation of color #178585: hue angle of 180º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178585 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 133 | 133 | - |
| CMYK | 0.83 | 0 | 0 | 0.48 |
| HSL | 180º | 0.71% | 0.31% | - |
| HSV(B) | 180º | 0.83% | 0.52% | - |
| XYZ | 12.97 | 18.65 | 25.11 | - |
| YUV | 100.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 133 | 0.83 | 0 | 0 | 0.48 | 180 | 0.71 | 0.31 |
| Hex | 17 | 85 | 85 | 53 | 0 | 0 | 30 | B4 | 47 | 1F |
| Octal | 27 | 205 | 205 | 123 | 0 | 0 | 60 | 264 | 107 | 37 |
| Binary | 10111 | 10000101 | 10000101 | 1010011 | 0 | 0 | 110000 | 10110100 | 1000111 | 11111 |
Color Harmonies of #178585
Complementary color
Monochromatic Colors of #178585
Black with #178585
Text Example
Text Example
White with #178585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178585; }
p { color: rgb(23,133,133); }
H1.HeaderClassName
{
color: #178585;
}
.AnyTagClassName
{
color: #178585;
}
</style>
background-color css
<style>
a { background-color: #178585; }
a { background-color: rgb(23,133,133); }
div.DivClassName
{
background-color: #178585;
}
.BgClassName
{
background-color: #178585;
}
</style>
border-color css
<style>
span { border-color: #178585; }
span { border-color: rgb(23,133,133); }
td.TdClassName
{
border-color: #178585;
}
.TagClassName
{
border-color: #178585;
}
</style>