Shades of Teal #168288
Tints of Teal #168288
RGB
CMYK
RGB Variations
Color information
#168288 (or 0x168288) is known color: Teal. HEX triplet: 16, 82 and 88. RGB value is (22,130,136). Sum of RGB (Red+Green+Blue) = 22+130+136=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #168288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168288 is #E97D77. Grayscale: #626262. Windows color (decimal): -15302008 or 8946198. OLE color: 8946198.
HSL color Cylindrical-coordinate representation of color #168288: hue angle of 183.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168288 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 130 | 136 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.47 |
| HSL | 183.16º | 0.72% | 0.31% | - |
| HSV(B) | 183.16º | 0.84% | 0.53% | - |
| XYZ | 12.76 | 17.91 | 26.08 | - |
| YUV | 98.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 136 | 0.84 | 0.04 | 0 | 0.47 | 183.16 | 0.72 | 0.31 |
| Hex | 16 | 82 | 88 | 54 | 4 | 0 | 2F | B7 | 48 | 1F |
| Octal | 26 | 202 | 210 | 124 | 4 | 0 | 57 | 267 | 110 | 37 |
| Binary | 10110 | 10000010 | 10001000 | 1010100 | 100 | 0 | 101111 | 10110111 | 1001000 | 11111 |
Color Harmonies of #168288
Complementary color
Monochromatic Colors of #168288
Black with #168288
Text Example
Text Example
White with #168288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168288; }
p { color: rgb(22,130,136); }
H1.HeaderClassName
{
color: #168288;
}
.AnyTagClassName
{
color: #168288;
}
</style>
background-color css
<style>
a { background-color: #168288; }
a { background-color: rgb(22,130,136); }
div.DivClassName
{
background-color: #168288;
}
.BgClassName
{
background-color: #168288;
}
</style>
border-color css
<style>
span { border-color: #168288; }
span { border-color: rgb(22,130,136); }
td.TdClassName
{
border-color: #168288;
}
.TagClassName
{
border-color: #168288;
}
</style>