Shades of Dark Cyan #168986
Tints of Dark Cyan #168986
RGB
CMYK
RGB Variations
Color information
#168986 (or 0x168986) is known color: Dark Cyan. HEX triplet: 16, 89 and 86. RGB value is (22,137,134). Sum of RGB (Red+Green+Blue) = 22+137+134=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #168986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168986 is #E97679. Grayscale: #666666. Windows color (decimal): -15300218 or 8816918. OLE color: 8816918.
HSL color Cylindrical-coordinate representation of color #168986: hue angle of 178.43º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168986 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 134 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.46 |
| HSL | 178.43º | 0.72% | 0.31% | - |
| HSV(B) | 178.43º | 0.84% | 0.54% | - |
| XYZ | 13.58 | 19.78 | 25.66 | - |
| YUV | 102.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 134 | 0.84 | 0 | 0.02 | 0.46 | 178.43 | 0.72 | 0.31 |
| Hex | 16 | 89 | 86 | 54 | 0 | 2 | 2E | B2 | 48 | 1F |
| Octal | 26 | 211 | 206 | 124 | 0 | 2 | 56 | 262 | 110 | 37 |
| Binary | 10110 | 10001001 | 10000110 | 1010100 | 0 | 10 | 101110 | 10110010 | 1001000 | 11111 |
Color Harmonies of #168986
Complementary color
Monochromatic Colors of #168986
Black with #168986
Text Example
Text Example
White with #168986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168986; }
p { color: rgb(22,137,134); }
H1.HeaderClassName
{
color: #168986;
}
.AnyTagClassName
{
color: #168986;
}
</style>
background-color css
<style>
a { background-color: #168986; }
a { background-color: rgb(22,137,134); }
div.DivClassName
{
background-color: #168986;
}
.BgClassName
{
background-color: #168986;
}
</style>
border-color css
<style>
span { border-color: #168986; }
span { border-color: rgb(22,137,134); }
td.TdClassName
{
border-color: #168986;
}
.TagClassName
{
border-color: #168986;
}
</style>