Shades of Teal #178682
Tints of Teal #178682
RGB
CMYK
RGB Variations
Color information
#178682 (or 0x178682) is known color: Teal. HEX triplet: 17, 86 and 82. RGB value is (23,134,130). Sum of RGB (Red+Green+Blue) = 23+134+130=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #178682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178682 is #E8797D. Grayscale: #646464. Windows color (decimal): -15235454 or 8554007. OLE color: 8554007.
HSL color Cylindrical-coordinate representation of color #178682: hue angle of 177.84º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178682 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 134 | 130 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.47 |
| HSL | 177.84º | 0.71% | 0.31% | - |
| HSV(B) | 177.84º | 0.83% | 0.53% | - |
| XYZ | 12.91 | 18.84 | 24.08 | - |
| YUV | 100.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 134 | 130 | 0.83 | 0 | 0.03 | 0.47 | 177.84 | 0.71 | 0.31 |
| Hex | 17 | 86 | 82 | 53 | 0 | 3 | 2F | B2 | 47 | 1F |
| Octal | 27 | 206 | 202 | 123 | 0 | 3 | 57 | 262 | 107 | 37 |
| Binary | 10111 | 10000110 | 10000010 | 1010011 | 0 | 11 | 101111 | 10110010 | 1000111 | 11111 |
Color Harmonies of #178682
Complementary color
Monochromatic Colors of #178682
Black with #178682
Text Example
Text Example
White with #178682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178682; }
p { color: rgb(23,134,130); }
H1.HeaderClassName
{
color: #178682;
}
.AnyTagClassName
{
color: #178682;
}
</style>
background-color css
<style>
a { background-color: #178682; }
a { background-color: rgb(23,134,130); }
div.DivClassName
{
background-color: #178682;
}
.BgClassName
{
background-color: #178682;
}
</style>
border-color css
<style>
span { border-color: #178682; }
span { border-color: rgb(23,134,130); }
td.TdClassName
{
border-color: #178682;
}
.TagClassName
{
border-color: #178682;
}
</style>