Shades of Dark Cyan #108C90
Tints of Dark Cyan #108C90
RGB
CMYK
RGB Variations
Color information
#108C90 (or 0x108C90) is known color: Dark Cyan. HEX triplet: 10, 8C and 90. RGB value is (16,140,144). Sum of RGB (Red+Green+Blue) = 16+140+144=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #108C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108C90 is #EF736F. Grayscale: #676767. Windows color (decimal): -15692656 or 9473040. OLE color: 9473040.
HSL color Cylindrical-coordinate representation of color #108C90: hue angle of 181.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108C90 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 140 | 144 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.44 |
| HSL | 181.88º | 0.8% | 0.31% | - |
| HSV(B) | 181.88º | 0.89% | 0.56% | - |
| XYZ | 14.63 | 20.88 | 29.64 | - |
| YUV | 103.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 144 | 0.89 | 0.03 | 0 | 0.44 | 181.88 | 0.8 | 0.31 |
| Hex | 10 | 8C | 90 | 59 | 3 | 0 | 2C | B6 | 50 | 1F |
| Octal | 20 | 214 | 220 | 131 | 3 | 0 | 54 | 266 | 120 | 37 |
| Binary | 10000 | 10001100 | 10010000 | 1011001 | 11 | 0 | 101100 | 10110110 | 1010000 | 11111 |
Color Harmonies of #108C90
Complementary color
Monochromatic Colors of #108C90
Black with #108C90
Text Example
Text Example
White with #108C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C90; }
p { color: rgb(16,140,144); }
H1.HeaderClassName
{
color: #108C90;
}
.AnyTagClassName
{
color: #108C90;
}
</style>
background-color css
<style>
a { background-color: #108C90; }
a { background-color: rgb(16,140,144); }
div.DivClassName
{
background-color: #108C90;
}
.BgClassName
{
background-color: #108C90;
}
</style>
border-color css
<style>
span { border-color: #108C90; }
span { border-color: rgb(16,140,144); }
td.TdClassName
{
border-color: #108C90;
}
.TagClassName
{
border-color: #108C90;
}
</style>