Shades of Teal #168385
Tints of Teal #168385
RGB
CMYK
RGB Variations
Color information
#168385 (or 0x168385) is known color: Teal. HEX triplet: 16, 83 and 85. RGB value is (22,131,133). Sum of RGB (Red+Green+Blue) = 22+131+133=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 131 (51.56% from 255 or 45.80% 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 #168385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168385 is #E97C7A. Grayscale: #626262. Windows color (decimal): -15301755 or 8749846. OLE color: 8749846.
HSL color Cylindrical-coordinate representation of color #168385: hue angle of 181.08º 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 #168385 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 131 | 133 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.48 |
| HSL | 181.08º | 0.72% | 0.3% | - |
| HSV(B) | 181.08º | 0.83% | 0.52% | - |
| XYZ | 12.68 | 18.1 | 25.01 | - |
| YUV | 98.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 133 | 0.83 | 0.02 | 0 | 0.48 | 181.08 | 0.72 | 0.3 |
| Hex | 16 | 83 | 85 | 53 | 2 | 0 | 30 | B5 | 48 | 1E |
| Octal | 26 | 203 | 205 | 123 | 2 | 0 | 60 | 265 | 110 | 36 |
| Binary | 10110 | 10000011 | 10000101 | 1010011 | 10 | 0 | 110000 | 10110101 | 1001000 | 11110 |
Color Harmonies of #168385
Complementary color
Monochromatic Colors of #168385
Black with #168385
Text Example
Text Example
White with #168385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168385; }
p { color: rgb(22,131,133); }
H1.HeaderClassName
{
color: #168385;
}
.AnyTagClassName
{
color: #168385;
}
</style>
background-color css
<style>
a { background-color: #168385; }
a { background-color: rgb(22,131,133); }
div.DivClassName
{
background-color: #168385;
}
.BgClassName
{
background-color: #168385;
}
</style>
border-color css
<style>
span { border-color: #168385; }
span { border-color: rgb(22,131,133); }
td.TdClassName
{
border-color: #168385;
}
.TagClassName
{
border-color: #168385;
}
</style>