Shades of Dark Cyan #108B80
Tints of Dark Cyan #108B80
RGB
CMYK
RGB Variations
Color information
#108B80 (or 0x108B80) is known color: Dark Cyan. HEX triplet: 10, 8B and 80. RGB value is (16,139,128). Sum of RGB (Red+Green+Blue) = 16+139+128=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #108B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108B80 is #EF747F. Grayscale: #646464. Windows color (decimal): -15692928 or 8424208. OLE color: 8424208.
HSL color Cylindrical-coordinate representation of color #108B80: hue angle of 174.63º 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 #108B80 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 128 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.45 |
| HSL | 174.63º | 0.79% | 0.3% | - |
| HSV(B) | 174.63º | 0.88% | 0.55% | - |
| XYZ | 13.34 | 20.13 | 23.61 | - |
| YUV | 100.97 | 143.25 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 128 | 0.88 | 0 | 0.08 | 0.45 | 174.63 | 0.79 | 0.3 |
| Hex | 10 | 8B | 80 | 58 | 0 | 8 | 2D | AF | 4F | 1E |
| Octal | 20 | 213 | 200 | 130 | 0 | 10 | 55 | 257 | 117 | 36 |
| Binary | 10000 | 10001011 | 10000000 | 1011000 | 0 | 1000 | 101101 | 10101111 | 1001111 | 11110 |
Color Harmonies of #108B80
Complementary color
Monochromatic Colors of #108B80
Black with #108B80
Text Example
Text Example
White with #108B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B80; }
p { color: rgb(16,139,128); }
H1.HeaderClassName
{
color: #108B80;
}
.AnyTagClassName
{
color: #108B80;
}
</style>
background-color css
<style>
a { background-color: #108B80; }
a { background-color: rgb(16,139,128); }
div.DivClassName
{
background-color: #108B80;
}
.BgClassName
{
background-color: #108B80;
}
</style>
border-color css
<style>
span { border-color: #108B80; }
span { border-color: rgb(16,139,128); }
td.TdClassName
{
border-color: #108B80;
}
.TagClassName
{
border-color: #108B80;
}
</style>