Shades of Dark Cyan #168090
Tints of Dark Cyan #168090
RGB
CMYK
RGB Variations
Color information
#168090 (or 0x168090) is known color: Dark Cyan. HEX triplet: 16, 80 and 90. RGB value is (22,128,144). Sum of RGB (Red+Green+Blue) = 22+128+144=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #168090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168090 is #E97F6F. Grayscale: #616161. Windows color (decimal): -15302512 or 9469974. OLE color: 9469974.
HSL color Cylindrical-coordinate representation of color #168090: hue angle of 187.87º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168090 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 128 | 144 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.44 |
| HSL | 187.87º | 0.73% | 0.33% | - |
| HSV(B) | 187.87º | 0.85% | 0.56% | - |
| XYZ | 13.08 | 17.62 | 29.1 | - |
| YUV | 98.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 144 | 0.85 | 0.11 | 0 | 0.44 | 187.87 | 0.73 | 0.33 |
| Hex | 16 | 80 | 90 | 55 | B | 0 | 2C | BC | 49 | 21 |
| Octal | 26 | 200 | 220 | 125 | 13 | 0 | 54 | 274 | 111 | 41 |
| Binary | 10110 | 10000000 | 10010000 | 1010101 | 1011 | 0 | 101100 | 10111100 | 1001001 | 100001 |
Color Harmonies of #168090
Complementary color
Monochromatic Colors of #168090
Black with #168090
Text Example
Text Example
White with #168090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168090; }
p { color: rgb(22,128,144); }
H1.HeaderClassName
{
color: #168090;
}
.AnyTagClassName
{
color: #168090;
}
</style>
background-color css
<style>
a { background-color: #168090; }
a { background-color: rgb(22,128,144); }
div.DivClassName
{
background-color: #168090;
}
.BgClassName
{
background-color: #168090;
}
</style>
border-color css
<style>
span { border-color: #168090; }
span { border-color: rgb(22,128,144); }
td.TdClassName
{
border-color: #168090;
}
.TagClassName
{
border-color: #168090;
}
</style>