Shades of Dark Cyan #168C81
Tints of Dark Cyan #168C81
RGB
CMYK
RGB Variations
Color information
#168C81 (or 0x168C81) is known color: Dark Cyan. HEX triplet: 16, 8C and 81. RGB value is (22,140,129). Sum of RGB (Red+Green+Blue) = 22+140+129=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #168C81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168C81 is #E9737E. Grayscale: #676767. Windows color (decimal): -15299455 or 8490006. OLE color: 8490006.
HSL color Cylindrical-coordinate representation of color #168C81: hue angle of 174.41º 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 #168C81 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 140 | 129 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.45 |
| HSL | 174.41º | 0.73% | 0.32% | - |
| HSV(B) | 174.41º | 0.84% | 0.55% | - |
| XYZ | 13.67 | 20.51 | 24.01 | - |
| YUV | 103.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 129 | 0.84 | 0 | 0.08 | 0.45 | 174.41 | 0.73 | 0.32 |
| Hex | 16 | 8C | 81 | 54 | 0 | 8 | 2D | AE | 49 | 20 |
| Octal | 26 | 214 | 201 | 124 | 0 | 10 | 55 | 256 | 111 | 40 |
| Binary | 10110 | 10001100 | 10000001 | 1010100 | 0 | 1000 | 101101 | 10101110 | 1001001 | 100000 |
Color Harmonies of #168C81
Complementary color
Monochromatic Colors of #168C81
Black with #168C81
Text Example
Text Example
White with #168C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168C81; }
p { color: rgb(22,140,129); }
H1.HeaderClassName
{
color: #168C81;
}
.AnyTagClassName
{
color: #168C81;
}
</style>
background-color css
<style>
a { background-color: #168C81; }
a { background-color: rgb(22,140,129); }
div.DivClassName
{
background-color: #168C81;
}
.BgClassName
{
background-color: #168C81;
}
</style>
border-color css
<style>
span { border-color: #168C81; }
span { border-color: rgb(22,140,129); }
td.TdClassName
{
border-color: #168C81;
}
.TagClassName
{
border-color: #168C81;
}
</style>