Shades of Dark Cyan #168885
Tints of Dark Cyan #168885
RGB
CMYK
RGB Variations
Color information
#168885 (or 0x168885) is known color: Dark Cyan. HEX triplet: 16, 88 and 85. RGB value is (22,136,133). Sum of RGB (Red+Green+Blue) = 22+136+133=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #168885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168885 is #E9777A. Grayscale: #656565. Windows color (decimal): -15300475 or 8751126. OLE color: 8751126.
HSL color Cylindrical-coordinate representation of color #168885: hue angle of 178.42º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168885 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 133 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.47 |
| HSL | 178.42º | 0.72% | 0.31% | - |
| HSV(B) | 178.42º | 0.84% | 0.53% | - |
| XYZ | 13.37 | 19.47 | 25.24 | - |
| YUV | 101.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 133 | 0.84 | 0 | 0.02 | 0.47 | 178.42 | 0.72 | 0.31 |
| Hex | 16 | 88 | 85 | 54 | 0 | 2 | 2F | B2 | 48 | 1F |
| Octal | 26 | 210 | 205 | 124 | 0 | 2 | 57 | 262 | 110 | 37 |
| Binary | 10110 | 10001000 | 10000101 | 1010100 | 0 | 10 | 101111 | 10110010 | 1001000 | 11111 |
Color Harmonies of #168885
Complementary color
Monochromatic Colors of #168885
Black with #168885
Text Example
Text Example
White with #168885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168885; }
p { color: rgb(22,136,133); }
H1.HeaderClassName
{
color: #168885;
}
.AnyTagClassName
{
color: #168885;
}
</style>
background-color css
<style>
a { background-color: #168885; }
a { background-color: rgb(22,136,133); }
div.DivClassName
{
background-color: #168885;
}
.BgClassName
{
background-color: #168885;
}
</style>
border-color css
<style>
span { border-color: #168885; }
span { border-color: rgb(22,136,133); }
td.TdClassName
{
border-color: #168885;
}
.TagClassName
{
border-color: #168885;
}
</style>