Shades of Dark Cyan #108492
Tints of Dark Cyan #108492
RGB
CMYK
RGB Variations
Color information
#108492 (or 0x108492) is known color: Dark Cyan. HEX triplet: 10, 84 and 92. RGB value is (16,132,146). Sum of RGB (Red+Green+Blue) = 16+132+146=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #108492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108492 is #EF7B6D. Grayscale: #626262. Windows color (decimal): -15694702 or 9602064. OLE color: 9602064.
HSL color Cylindrical-coordinate representation of color #108492: hue angle of 186.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108492 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 132 | 146 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.43 |
| HSL | 186.46º | 0.8% | 0.32% | - |
| HSV(B) | 186.46º | 0.89% | 0.57% | - |
| XYZ | 13.65 | 18.69 | 30.08 | - |
| YUV | 98.91 | 154.57 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 146 | 0.89 | 0.10 | 0 | 0.43 | 186.46 | 0.8 | 0.32 |
| Hex | 10 | 84 | 92 | 59 | A | 0 | 2B | BA | 50 | 20 |
| Octal | 20 | 204 | 222 | 131 | 12 | 0 | 53 | 272 | 120 | 40 |
| Binary | 10000 | 10000100 | 10010010 | 1011001 | 1010 | 0 | 101011 | 10111010 | 1010000 | 100000 |
Color Harmonies of #108492
Complementary color
Monochromatic Colors of #108492
Black with #108492
Text Example
Text Example
White with #108492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108492; }
p { color: rgb(16,132,146); }
H1.HeaderClassName
{
color: #108492;
}
.AnyTagClassName
{
color: #108492;
}
</style>
background-color css
<style>
a { background-color: #108492; }
a { background-color: rgb(16,132,146); }
div.DivClassName
{
background-color: #108492;
}
.BgClassName
{
background-color: #108492;
}
</style>
border-color css
<style>
span { border-color: #108492; }
span { border-color: rgb(16,132,146); }
td.TdClassName
{
border-color: #108492;
}
.TagClassName
{
border-color: #108492;
}
</style>