Shades of Dark Cyan #168790
Tints of Dark Cyan #168790
RGB
CMYK
RGB Variations
Color information
#168790 (or 0x168790) is known color: Dark Cyan. HEX triplet: 16, 87 and 90. RGB value is (22,135,144). Sum of RGB (Red+Green+Blue) = 22+135+144=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #168790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168790 is #E9786F. Grayscale: #666666. Windows color (decimal): -15300720 or 9471766. OLE color: 9471766.
HSL color Cylindrical-coordinate representation of color #168790: hue angle of 184.43º 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 #168790 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 135 | 144 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.44 |
| HSL | 184.43º | 0.73% | 0.33% | - |
| HSV(B) | 184.43º | 0.85% | 0.56% | - |
| XYZ | 14.03 | 19.51 | 29.41 | - |
| YUV | 102.24 | 151.56 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 144 | 0.85 | 0.06 | 0 | 0.44 | 184.43 | 0.73 | 0.33 |
| Hex | 16 | 87 | 90 | 55 | 6 | 0 | 2C | B8 | 49 | 21 |
| Octal | 26 | 207 | 220 | 125 | 6 | 0 | 54 | 270 | 111 | 41 |
| Binary | 10110 | 10000111 | 10010000 | 1010101 | 110 | 0 | 101100 | 10111000 | 1001001 | 100001 |
Color Harmonies of #168790
Complementary color
Monochromatic Colors of #168790
Black with #168790
Text Example
Text Example
White with #168790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168790; }
p { color: rgb(22,135,144); }
H1.HeaderClassName
{
color: #168790;
}
.AnyTagClassName
{
color: #168790;
}
</style>
background-color css
<style>
a { background-color: #168790; }
a { background-color: rgb(22,135,144); }
div.DivClassName
{
background-color: #168790;
}
.BgClassName
{
background-color: #168790;
}
</style>
border-color css
<style>
span { border-color: #168790; }
span { border-color: rgb(22,135,144); }
td.TdClassName
{
border-color: #168790;
}
.TagClassName
{
border-color: #168790;
}
</style>