Shades of Dark Cyan #108B86
Tints of Dark Cyan #108B86
RGB
CMYK
RGB Variations
Color information
#108B86 (or 0x108B86) is known color: Dark Cyan. HEX triplet: 10, 8B and 86. RGB value is (16,139,134). Sum of RGB (Red+Green+Blue) = 16+139+134=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #108B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108B86 is #EF7479. Grayscale: #656565. Windows color (decimal): -15692922 or 8817424. OLE color: 8817424.
HSL color Cylindrical-coordinate representation of color #108B86: hue angle of 177.56º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B86 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 134 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.45 |
| HSL | 177.56º | 0.79% | 0.3% | - |
| HSV(B) | 177.56º | 0.88% | 0.55% | - |
| XYZ | 13.75 | 20.3 | 25.75 | - |
| YUV | 101.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 134 | 0.88 | 0 | 0.04 | 0.45 | 177.56 | 0.79 | 0.3 |
| Hex | 10 | 8B | 86 | 58 | 0 | 4 | 2D | B2 | 4F | 1E |
| Octal | 20 | 213 | 206 | 130 | 0 | 4 | 55 | 262 | 117 | 36 |
| Binary | 10000 | 10001011 | 10000110 | 1011000 | 0 | 100 | 101101 | 10110010 | 1001111 | 11110 |
Color Harmonies of #108B86
Complementary color
Monochromatic Colors of #108B86
Black with #108B86
Text Example
Text Example
White with #108B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B86; }
p { color: rgb(16,139,134); }
H1.HeaderClassName
{
color: #108B86;
}
.AnyTagClassName
{
color: #108B86;
}
</style>
background-color css
<style>
a { background-color: #108B86; }
a { background-color: rgb(16,139,134); }
div.DivClassName
{
background-color: #108B86;
}
.BgClassName
{
background-color: #108B86;
}
</style>
border-color css
<style>
span { border-color: #108B86; }
span { border-color: rgb(16,139,134); }
td.TdClassName
{
border-color: #108B86;
}
.TagClassName
{
border-color: #108B86;
}
</style>