Shades of Dark Cyan #108F7F
Tints of Dark Cyan #108F7F
RGB
CMYK
RGB Variations
Color information
#108F7F (or 0x108F7F) is known color: Dark Cyan. HEX triplet: 10, 8F and 7F. RGB value is (16,143,127). Sum of RGB (Red+Green+Blue) = 16+143+127=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #108F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108F7F is #EF7080. Grayscale: #676767. Windows color (decimal): -15691905 or 8359696. OLE color: 8359696.
HSL color Cylindrical-coordinate representation of color #108F7F: hue angle of 172.44º 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 #108F7F is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 143 | 127 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.44 |
| HSL | 172.44º | 0.8% | 0.31% | - |
| HSV(B) | 172.44º | 0.89% | 0.56% | - |
| XYZ | 13.87 | 21.29 | 23.46 | - |
| YUV | 103.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 127 | 0.89 | 0 | 0.11 | 0.44 | 172.44 | 0.8 | 0.31 |
| Hex | 10 | 8F | 7F | 59 | 0 | B | 2C | AC | 50 | 1F |
| Octal | 20 | 217 | 177 | 131 | 0 | 13 | 54 | 254 | 120 | 37 |
| Binary | 10000 | 10001111 | 1111111 | 1011001 | 0 | 1011 | 101100 | 10101100 | 1010000 | 11111 |
Color Harmonies of #108F7F
Complementary color
Monochromatic Colors of #108F7F
Black with #108F7F
Text Example
Text Example
White with #108F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108F7F; }
p { color: rgb(16,143,127); }
H1.HeaderClassName
{
color: #108F7F;
}
.AnyTagClassName
{
color: #108F7F;
}
</style>
background-color css
<style>
a { background-color: #108F7F; }
a { background-color: rgb(16,143,127); }
div.DivClassName
{
background-color: #108F7F;
}
.BgClassName
{
background-color: #108F7F;
}
</style>
border-color css
<style>
span { border-color: #108F7F; }
span { border-color: rgb(16,143,127); }
td.TdClassName
{
border-color: #108F7F;
}
.TagClassName
{
border-color: #108F7F;
}
</style>