Shades of Dark Cyan #109293
Tints of Dark Cyan #109293
RGB
CMYK
RGB Variations
Color information
#109293 (or 0x109293) is known color: Dark Cyan. HEX triplet: 10, 92 and 93. RGB value is (16,146,147). Sum of RGB (Red+Green+Blue) = 16+146+147=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #109293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109293 is #EF6D6C. Grayscale: #6B6B6B. Windows color (decimal): -15691117 or 9671184. OLE color: 9671184.
HSL color Cylindrical-coordinate representation of color #109293: hue angle of 180.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109293 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 146 | 147 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.42 |
| HSL | 180.46º | 0.8% | 0.32% | - |
| HSV(B) | 180.46º | 0.89% | 0.58% | - |
| XYZ | 15.76 | 22.77 | 31.17 | - |
| YUV | 107.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 147 | 0.89 | 0.01 | 0 | 0.42 | 180.46 | 0.8 | 0.32 |
| Hex | 10 | 92 | 93 | 59 | 1 | 0 | 2A | B4 | 50 | 20 |
| Octal | 20 | 222 | 223 | 131 | 1 | 0 | 52 | 264 | 120 | 40 |
| Binary | 10000 | 10010010 | 10010011 | 1011001 | 1 | 0 | 101010 | 10110100 | 1010000 | 100000 |
Color Harmonies of #109293
Complementary color
Monochromatic Colors of #109293
Black with #109293
Text Example
Text Example
White with #109293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109293; }
p { color: rgb(16,146,147); }
H1.HeaderClassName
{
color: #109293;
}
.AnyTagClassName
{
color: #109293;
}
</style>
background-color css
<style>
a { background-color: #109293; }
a { background-color: rgb(16,146,147); }
div.DivClassName
{
background-color: #109293;
}
.BgClassName
{
background-color: #109293;
}
</style>
border-color css
<style>
span { border-color: #109293; }
span { border-color: rgb(16,146,147); }
td.TdClassName
{
border-color: #109293;
}
.TagClassName
{
border-color: #109293;
}
</style>