Shades of Dark Cyan #109583
Tints of Dark Cyan #109583
RGB
CMYK
RGB Variations
Color information
#109583 (or 0x109583) is known color: Dark Cyan. HEX triplet: 10, 95 and 83. RGB value is (16,149,131). Sum of RGB (Red+Green+Blue) = 16+149+131=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #109583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109583 is #EF6A7C. Grayscale: #6B6B6B. Windows color (decimal): -15690365 or 8623376. OLE color: 8623376.
HSL color Cylindrical-coordinate representation of color #109583: hue angle of 171.88º 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 #109583 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 131 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.42 |
| HSL | 171.88º | 0.81% | 0.32% | - |
| HSV(B) | 171.88º | 0.89% | 0.58% | - |
| XYZ | 15.06 | 23.24 | 25.17 | - |
| YUV | 107.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 131 | 0.89 | 0 | 0.12 | 0.42 | 171.88 | 0.81 | 0.32 |
| Hex | 10 | 95 | 83 | 59 | 0 | C | 2A | AC | 51 | 20 |
| Octal | 20 | 225 | 203 | 131 | 0 | 14 | 52 | 254 | 121 | 40 |
| Binary | 10000 | 10010101 | 10000011 | 1011001 | 0 | 1100 | 101010 | 10101100 | 1010001 | 100000 |
Color Harmonies of #109583
Complementary color
Monochromatic Colors of #109583
Black with #109583
Text Example
Text Example
White with #109583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109583; }
p { color: rgb(16,149,131); }
H1.HeaderClassName
{
color: #109583;
}
.AnyTagClassName
{
color: #109583;
}
</style>
background-color css
<style>
a { background-color: #109583; }
a { background-color: rgb(16,149,131); }
div.DivClassName
{
background-color: #109583;
}
.BgClassName
{
background-color: #109583;
}
</style>
border-color css
<style>
span { border-color: #109583; }
span { border-color: rgb(16,149,131); }
td.TdClassName
{
border-color: #109583;
}
.TagClassName
{
border-color: #109583;
}
</style>