Shades of Dark Cyan #108990
Tints of Dark Cyan #108990
RGB
CMYK
RGB Variations
Color information
#108990 (or 0x108990) is known color: Dark Cyan. HEX triplet: 10, 89 and 90. RGB value is (16,137,144). Sum of RGB (Red+Green+Blue) = 16+137+144=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #108990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108990 is #EF766F. Grayscale: #656565. Windows color (decimal): -15693424 or 9472272. OLE color: 9472272.
HSL color Cylindrical-coordinate representation of color #108990: hue angle of 183.28º 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 #108990 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 137 | 144 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.44 |
| HSL | 183.28º | 0.8% | 0.31% | - |
| HSV(B) | 183.28º | 0.89% | 0.56% | - |
| XYZ | 14.19 | 20.02 | 29.5 | - |
| YUV | 101.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 144 | 0.89 | 0.05 | 0 | 0.44 | 183.28 | 0.8 | 0.31 |
| Hex | 10 | 89 | 90 | 59 | 5 | 0 | 2C | B7 | 50 | 1F |
| Octal | 20 | 211 | 220 | 131 | 5 | 0 | 54 | 267 | 120 | 37 |
| Binary | 10000 | 10001001 | 10010000 | 1011001 | 101 | 0 | 101100 | 10110111 | 1010000 | 11111 |
Color Harmonies of #108990
Complementary color
Monochromatic Colors of #108990
Black with #108990
Text Example
Text Example
White with #108990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108990; }
p { color: rgb(16,137,144); }
H1.HeaderClassName
{
color: #108990;
}
.AnyTagClassName
{
color: #108990;
}
</style>
background-color css
<style>
a { background-color: #108990; }
a { background-color: rgb(16,137,144); }
div.DivClassName
{
background-color: #108990;
}
.BgClassName
{
background-color: #108990;
}
</style>
border-color css
<style>
span { border-color: #108990; }
span { border-color: rgb(16,137,144); }
td.TdClassName
{
border-color: #108990;
}
.TagClassName
{
border-color: #108990;
}
</style>