Shades of Dark Cyan #108B90
Tints of Dark Cyan #108B90
RGB
CMYK
RGB Variations
Color information
#108B90 (or 0x108B90) is known color: Dark Cyan. HEX triplet: 10, 8B and 90. RGB value is (16,139,144). Sum of RGB (Red+Green+Blue) = 16+139+144=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #108B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108B90 is #EF746F. Grayscale: #666666. Windows color (decimal): -15692912 or 9472784. OLE color: 9472784.
HSL color Cylindrical-coordinate representation of color #108B90: hue angle of 182.34º 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 #108B90 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 139 | 144 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.44 |
| HSL | 182.34º | 0.8% | 0.31% | - |
| HSV(B) | 182.34º | 0.89% | 0.56% | - |
| XYZ | 14.48 | 20.59 | 29.6 | - |
| YUV | 102.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 144 | 0.89 | 0.03 | 0 | 0.44 | 182.34 | 0.8 | 0.31 |
| Hex | 10 | 8B | 90 | 59 | 3 | 0 | 2C | B6 | 50 | 1F |
| Octal | 20 | 213 | 220 | 131 | 3 | 0 | 54 | 266 | 120 | 37 |
| Binary | 10000 | 10001011 | 10010000 | 1011001 | 11 | 0 | 101100 | 10110110 | 1010000 | 11111 |
Color Harmonies of #108B90
Complementary color
Monochromatic Colors of #108B90
Black with #108B90
Text Example
Text Example
White with #108B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B90; }
p { color: rgb(16,139,144); }
H1.HeaderClassName
{
color: #108B90;
}
.AnyTagClassName
{
color: #108B90;
}
</style>
background-color css
<style>
a { background-color: #108B90; }
a { background-color: rgb(16,139,144); }
div.DivClassName
{
background-color: #108B90;
}
.BgClassName
{
background-color: #108B90;
}
</style>
border-color css
<style>
span { border-color: #108B90; }
span { border-color: rgb(16,139,144); }
td.TdClassName
{
border-color: #108B90;
}
.TagClassName
{
border-color: #108B90;
}
</style>