Shades of Dark Cyan #169183
Tints of Dark Cyan #169183
RGB
CMYK
RGB Variations
Color information
#169183 (or 0x169183) is known color: Dark Cyan. HEX triplet: 16, 91 and 83. RGB value is (22,145,131). Sum of RGB (Red+Green+Blue) = 22+145+131=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #169183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169183 is #E96E7C. Grayscale: #6A6A6A. Windows color (decimal): -15298173 or 8622358. OLE color: 8622358.
HSL color Cylindrical-coordinate representation of color #169183: hue angle of 173.17º 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 #169183 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 131 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.43 |
| HSL | 173.17º | 0.74% | 0.33% | - |
| HSV(B) | 173.17º | 0.85% | 0.57% | - |
| XYZ | 14.55 | 22.06 | 24.96 | - |
| YUV | 106.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 131 | 0.85 | 0 | 0.10 | 0.43 | 173.17 | 0.74 | 0.33 |
| Hex | 16 | 91 | 83 | 55 | 0 | A | 2B | AD | 4A | 21 |
| Octal | 26 | 221 | 203 | 125 | 0 | 12 | 53 | 255 | 112 | 41 |
| Binary | 10110 | 10010001 | 10000011 | 1010101 | 0 | 1010 | 101011 | 10101101 | 1001010 | 100001 |
Color Harmonies of #169183
Complementary color
Monochromatic Colors of #169183
Black with #169183
Text Example
Text Example
White with #169183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169183; }
p { color: rgb(22,145,131); }
H1.HeaderClassName
{
color: #169183;
}
.AnyTagClassName
{
color: #169183;
}
</style>
background-color css
<style>
a { background-color: #169183; }
a { background-color: rgb(22,145,131); }
div.DivClassName
{
background-color: #169183;
}
.BgClassName
{
background-color: #169183;
}
</style>
border-color css
<style>
span { border-color: #169183; }
span { border-color: rgb(22,145,131); }
td.TdClassName
{
border-color: #169183;
}
.TagClassName
{
border-color: #169183;
}
</style>