Shades of Teal #178285
Tints of Teal #178285
RGB
CMYK
RGB Variations
Color information
#178285 (or 0x178285) is known color: Teal. HEX triplet: 17, 82 and 85. RGB value is (23,130,133). Sum of RGB (Red+Green+Blue) = 23+130+133=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #178285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178285 is #E87D7A. Grayscale: #626262. Windows color (decimal): -15236475 or 8749591. OLE color: 8749591.
HSL color Cylindrical-coordinate representation of color #178285: hue angle of 181.64º 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 #178285 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 130 | 133 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.48 |
| HSL | 181.64º | 0.71% | 0.31% | - |
| HSV(B) | 181.64º | 0.83% | 0.52% | - |
| XYZ | 12.57 | 17.84 | 24.97 | - |
| YUV | 98.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 133 | 0.83 | 0.02 | 0 | 0.48 | 181.64 | 0.71 | 0.31 |
| Hex | 17 | 82 | 85 | 53 | 2 | 0 | 30 | B6 | 47 | 1F |
| Octal | 27 | 202 | 205 | 123 | 2 | 0 | 60 | 266 | 107 | 37 |
| Binary | 10111 | 10000010 | 10000101 | 1010011 | 10 | 0 | 110000 | 10110110 | 1000111 | 11111 |
Color Harmonies of #178285
Complementary color
Monochromatic Colors of #178285
Black with #178285
Text Example
Text Example
White with #178285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178285; }
p { color: rgb(23,130,133); }
H1.HeaderClassName
{
color: #178285;
}
.AnyTagClassName
{
color: #178285;
}
</style>
background-color css
<style>
a { background-color: #178285; }
a { background-color: rgb(23,130,133); }
div.DivClassName
{
background-color: #178285;
}
.BgClassName
{
background-color: #178285;
}
</style>
border-color css
<style>
span { border-color: #178285; }
span { border-color: rgb(23,130,133); }
td.TdClassName
{
border-color: #178285;
}
.TagClassName
{
border-color: #178285;
}
</style>