Shades of Dark Cyan #109395
Tints of Dark Cyan #109395
RGB
CMYK
RGB Variations
Color information
#109395 (or 0x109395) is known color: Dark Cyan. HEX triplet: 10, 93 and 95. RGB value is (16,147,149). Sum of RGB (Red+Green+Blue) = 16+147+149=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #109395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109395 is #EF6C6A. Grayscale: #6B6B6B. Windows color (decimal): -15690859 or 9802512. OLE color: 9802512.
HSL color Cylindrical-coordinate representation of color #109395: hue angle of 180.9º degrees, saturation: 0.81, 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 #109395 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 149 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.42 |
| HSL | 180.9º | 0.81% | 0.32% | - |
| HSV(B) | 180.9º | 0.89% | 0.58% | - |
| XYZ | 16.07 | 23.15 | 32.05 | - |
| YUV | 108.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 149 | 0.89 | 0.01 | 0 | 0.42 | 180.9 | 0.81 | 0.32 |
| Hex | 10 | 93 | 95 | 59 | 1 | 0 | 2A | B5 | 51 | 20 |
| Octal | 20 | 223 | 225 | 131 | 1 | 0 | 52 | 265 | 121 | 40 |
| Binary | 10000 | 10010011 | 10010101 | 1011001 | 1 | 0 | 101010 | 10110101 | 1010001 | 100000 |
Color Harmonies of #109395
Complementary color
Monochromatic Colors of #109395
Black with #109395
Text Example
Text Example
White with #109395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109395; }
p { color: rgb(16,147,149); }
H1.HeaderClassName
{
color: #109395;
}
.AnyTagClassName
{
color: #109395;
}
</style>
background-color css
<style>
a { background-color: #109395; }
a { background-color: rgb(16,147,149); }
div.DivClassName
{
background-color: #109395;
}
.BgClassName
{
background-color: #109395;
}
</style>
border-color css
<style>
span { border-color: #109395; }
span { border-color: rgb(16,147,149); }
td.TdClassName
{
border-color: #109395;
}
.TagClassName
{
border-color: #109395;
}
</style>