Shades of Teal #178186
Tints of Teal #178186
RGB
CMYK
RGB Variations
Color information
#178186 (or 0x178186) is known color: Teal. HEX triplet: 17, 81 and 86. RGB value is (23,129,134). Sum of RGB (Red+Green+Blue) = 23+129+134=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #178186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178186 is #E87E79. Grayscale: #616161. Windows color (decimal): -15236730 or 8814871. OLE color: 8814871.
HSL color Cylindrical-coordinate representation of color #178186: hue angle of 182.7º 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 #178186 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 129 | 134 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.47 |
| HSL | 182.7º | 0.71% | 0.31% | - |
| HSV(B) | 182.7º | 0.83% | 0.53% | - |
| XYZ | 12.51 | 17.6 | 25.29 | - |
| YUV | 97.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 134 | 0.83 | 0.04 | 0 | 0.47 | 182.7 | 0.71 | 0.31 |
| Hex | 17 | 81 | 86 | 53 | 4 | 0 | 2F | B7 | 47 | 1F |
| Octal | 27 | 201 | 206 | 123 | 4 | 0 | 57 | 267 | 107 | 37 |
| Binary | 10111 | 10000001 | 10000110 | 1010011 | 100 | 0 | 101111 | 10110111 | 1000111 | 11111 |
Color Harmonies of #178186
Complementary color
Monochromatic Colors of #178186
Black with #178186
Text Example
Text Example
White with #178186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178186; }
p { color: rgb(23,129,134); }
H1.HeaderClassName
{
color: #178186;
}
.AnyTagClassName
{
color: #178186;
}
</style>
background-color css
<style>
a { background-color: #178186; }
a { background-color: rgb(23,129,134); }
div.DivClassName
{
background-color: #178186;
}
.BgClassName
{
background-color: #178186;
}
</style>
border-color css
<style>
span { border-color: #178186; }
span { border-color: rgb(23,129,134); }
td.TdClassName
{
border-color: #178186;
}
.TagClassName
{
border-color: #178186;
}
</style>