Shades of Dark Cyan #168291
Tints of Dark Cyan #168291
RGB
CMYK
RGB Variations
Color information
#168291 (or 0x168291) is known color: Dark Cyan. HEX triplet: 16, 82 and 91. RGB value is (22,130,145). Sum of RGB (Red+Green+Blue) = 22+130+145=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #168291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168291 is #E97D6E. Grayscale: #636363. Windows color (decimal): -15301999 or 9536022. OLE color: 9536022.
HSL color Cylindrical-coordinate representation of color #168291: hue angle of 187.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168291 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 130 | 145 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.43 |
| HSL | 187.32º | 0.74% | 0.33% | - |
| HSV(B) | 187.32º | 0.85% | 0.57% | - |
| XYZ | 13.42 | 18.18 | 29.59 | - |
| YUV | 99.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 145 | 0.85 | 0.10 | 0 | 0.43 | 187.32 | 0.74 | 0.33 |
| Hex | 16 | 82 | 91 | 55 | A | 0 | 2B | BB | 4A | 21 |
| Octal | 26 | 202 | 221 | 125 | 12 | 0 | 53 | 273 | 112 | 41 |
| Binary | 10110 | 10000010 | 10010001 | 1010101 | 1010 | 0 | 101011 | 10111011 | 1001010 | 100001 |
Color Harmonies of #168291
Complementary color
Monochromatic Colors of #168291
Black with #168291
Text Example
Text Example
White with #168291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168291; }
p { color: rgb(22,130,145); }
H1.HeaderClassName
{
color: #168291;
}
.AnyTagClassName
{
color: #168291;
}
</style>
background-color css
<style>
a { background-color: #168291; }
a { background-color: rgb(22,130,145); }
div.DivClassName
{
background-color: #168291;
}
.BgClassName
{
background-color: #168291;
}
</style>
border-color css
<style>
span { border-color: #168291; }
span { border-color: rgb(22,130,145); }
td.TdClassName
{
border-color: #168291;
}
.TagClassName
{
border-color: #168291;
}
</style>