Shades of Dark Cyan #168D83
Tints of Dark Cyan #168D83
RGB
CMYK
RGB Variations
Color information
#168D83 (or 0x168D83) is known color: Dark Cyan. HEX triplet: 16, 8D and 83. RGB value is (22,141,131). Sum of RGB (Red+Green+Blue) = 22+141+131=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #168D83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168D83 is #E9727C. Grayscale: #686868. Windows color (decimal): -15299197 or 8621334. OLE color: 8621334.
HSL color Cylindrical-coordinate representation of color #168D83: hue angle of 174.96º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168D83 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 141 | 131 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.45 |
| HSL | 174.96º | 0.73% | 0.32% | - |
| HSV(B) | 174.96º | 0.84% | 0.55% | - |
| XYZ | 13.95 | 20.86 | 24.76 | - |
| YUV | 104.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 131 | 0.84 | 0 | 0.07 | 0.45 | 174.96 | 0.73 | 0.32 |
| Hex | 16 | 8D | 83 | 54 | 0 | 7 | 2D | AF | 49 | 20 |
| Octal | 26 | 215 | 203 | 124 | 0 | 7 | 55 | 257 | 111 | 40 |
| Binary | 10110 | 10001101 | 10000011 | 1010100 | 0 | 111 | 101101 | 10101111 | 1001001 | 100000 |
Color Harmonies of #168D83
Complementary color
Monochromatic Colors of #168D83
Black with #168D83
Text Example
Text Example
White with #168D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168D83; }
p { color: rgb(22,141,131); }
H1.HeaderClassName
{
color: #168D83;
}
.AnyTagClassName
{
color: #168D83;
}
</style>
background-color css
<style>
a { background-color: #168D83; }
a { background-color: rgb(22,141,131); }
div.DivClassName
{
background-color: #168D83;
}
.BgClassName
{
background-color: #168D83;
}
</style>
border-color css
<style>
span { border-color: #168D83; }
span { border-color: rgb(22,141,131); }
td.TdClassName
{
border-color: #168D83;
}
.TagClassName
{
border-color: #168D83;
}
</style>