Shades of Dark Cyan #168690
Tints of Dark Cyan #168690
RGB
CMYK
RGB Variations
Color information
#168690 (or 0x168690) is known color: Dark Cyan. HEX triplet: 16, 86 and 90. RGB value is (22,134,144). Sum of RGB (Red+Green+Blue) = 22+134+144=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #168690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168690 is #E9796F. Grayscale: #656565. Windows color (decimal): -15300976 or 9471510. OLE color: 9471510.
HSL color Cylindrical-coordinate representation of color #168690: hue angle of 184.92º 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 #168690 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 134 | 144 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.44 |
| HSL | 184.92º | 0.73% | 0.33% | - |
| HSV(B) | 184.92º | 0.85% | 0.56% | - |
| XYZ | 13.89 | 19.23 | 29.37 | - |
| YUV | 101.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 144 | 0.85 | 0.07 | 0 | 0.44 | 184.92 | 0.73 | 0.33 |
| Hex | 16 | 86 | 90 | 55 | 7 | 0 | 2C | B9 | 49 | 21 |
| Octal | 26 | 206 | 220 | 125 | 7 | 0 | 54 | 271 | 111 | 41 |
| Binary | 10110 | 10000110 | 10010000 | 1010101 | 111 | 0 | 101100 | 10111001 | 1001001 | 100001 |
Color Harmonies of #168690
Complementary color
Monochromatic Colors of #168690
Black with #168690
Text Example
Text Example
White with #168690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168690; }
p { color: rgb(22,134,144); }
H1.HeaderClassName
{
color: #168690;
}
.AnyTagClassName
{
color: #168690;
}
</style>
background-color css
<style>
a { background-color: #168690; }
a { background-color: rgb(22,134,144); }
div.DivClassName
{
background-color: #168690;
}
.BgClassName
{
background-color: #168690;
}
</style>
border-color css
<style>
span { border-color: #168690; }
span { border-color: rgb(22,134,144); }
td.TdClassName
{
border-color: #168690;
}
.TagClassName
{
border-color: #168690;
}
</style>