Shades of Dark Cyan #108388
Tints of Dark Cyan #108388
RGB
CMYK
RGB Variations
Color information
#108388 (or 0x108388) is known color: Dark Cyan. HEX triplet: 10, 83 and 88. RGB value is (16,131,136). Sum of RGB (Red+Green+Blue) = 16+131+136=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #108388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108388 is #EF7C77. Grayscale: #616161. Windows color (decimal): -15694968 or 8946448. OLE color: 8946448.
HSL color Cylindrical-coordinate representation of color #108388: hue angle of 182.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108388 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 131 | 136 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.47 |
| HSL | 182.5º | 0.79% | 0.3% | - |
| HSV(B) | 182.5º | 0.88% | 0.53% | - |
| XYZ | 12.77 | 18.12 | 26.12 | - |
| YUV | 97.19 | 149.9 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 136 | 0.88 | 0.04 | 0 | 0.47 | 182.5 | 0.79 | 0.3 |
| Hex | 10 | 83 | 88 | 58 | 4 | 0 | 2F | B6 | 4F | 1E |
| Octal | 20 | 203 | 210 | 130 | 4 | 0 | 57 | 266 | 117 | 36 |
| Binary | 10000 | 10000011 | 10001000 | 1011000 | 100 | 0 | 101111 | 10110110 | 1001111 | 11110 |
Color Harmonies of #108388
Complementary color
Monochromatic Colors of #108388
Black with #108388
Text Example
Text Example
White with #108388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108388; }
p { color: rgb(16,131,136); }
H1.HeaderClassName
{
color: #108388;
}
.AnyTagClassName
{
color: #108388;
}
</style>
background-color css
<style>
a { background-color: #108388; }
a { background-color: rgb(16,131,136); }
div.DivClassName
{
background-color: #108388;
}
.BgClassName
{
background-color: #108388;
}
</style>
border-color css
<style>
span { border-color: #108388; }
span { border-color: rgb(16,131,136); }
td.TdClassName
{
border-color: #108388;
}
.TagClassName
{
border-color: #108388;
}
</style>