Shades of Teal #168585
Tints of Teal #168585
RGB
CMYK
RGB Variations
Color information
#168585 (or 0x168585) is known color: Teal. HEX triplet: 16, 85 and 85. RGB value is (22,133,133). Sum of RGB (Red+Green+Blue) = 22+133+133=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #168585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168585 is #E97A7A. Grayscale: #636363. Windows color (decimal): -15301243 or 8750358. OLE color: 8750358.
HSL color Cylindrical-coordinate representation of color #168585: hue angle of 180º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168585 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 133 | - |
| CMYK | 0.83 | 0 | 0 | 0.48 |
| HSL | 180º | 0.72% | 0.3% | - |
| HSV(B) | 180º | 0.83% | 0.52% | - |
| XYZ | 12.95 | 18.64 | 25.11 | - |
| YUV | 99.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 133 | 0.83 | 0 | 0 | 0.48 | 180 | 0.72 | 0.3 |
| Hex | 16 | 85 | 85 | 53 | 0 | 0 | 30 | B4 | 48 | 1E |
| Octal | 26 | 205 | 205 | 123 | 0 | 0 | 60 | 264 | 110 | 36 |
| Binary | 10110 | 10000101 | 10000101 | 1010011 | 0 | 0 | 110000 | 10110100 | 1001000 | 11110 |
Color Harmonies of #168585
Complementary color
Monochromatic Colors of #168585
Black with #168585
Text Example
Text Example
White with #168585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168585; }
p { color: rgb(22,133,133); }
H1.HeaderClassName
{
color: #168585;
}
.AnyTagClassName
{
color: #168585;
}
</style>
background-color css
<style>
a { background-color: #168585; }
a { background-color: rgb(22,133,133); }
div.DivClassName
{
background-color: #168585;
}
.BgClassName
{
background-color: #168585;
}
</style>
border-color css
<style>
span { border-color: #168585; }
span { border-color: rgb(22,133,133); }
td.TdClassName
{
border-color: #168585;
}
.TagClassName
{
border-color: #168585;
}
</style>