Shades of Dark Cyan #108F92
Tints of Dark Cyan #108F92
RGB
CMYK
RGB Variations
Color information
#108F92 (or 0x108F92) is known color: Dark Cyan. HEX triplet: 10, 8F and 92. RGB value is (16,143,146). Sum of RGB (Red+Green+Blue) = 16+143+146=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #108F92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108F92 is #EF706D. Grayscale: #696969. Windows color (decimal): -15691886 or 9604880. OLE color: 9604880.
HSL color Cylindrical-coordinate representation of color #108F92: hue angle of 181.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108F92 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 143 | 146 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.43 |
| HSL | 181.38º | 0.8% | 0.32% | - |
| HSV(B) | 181.38º | 0.89% | 0.57% | - |
| XYZ | 15.22 | 21.83 | 30.61 | - |
| YUV | 105.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 146 | 0.89 | 0.02 | 0 | 0.43 | 181.38 | 0.8 | 0.32 |
| Hex | 10 | 8F | 92 | 59 | 2 | 0 | 2B | B5 | 50 | 20 |
| Octal | 20 | 217 | 222 | 131 | 2 | 0 | 53 | 265 | 120 | 40 |
| Binary | 10000 | 10001111 | 10010010 | 1011001 | 10 | 0 | 101011 | 10110101 | 1010000 | 100000 |
Color Harmonies of #108F92
Complementary color
Monochromatic Colors of #108F92
Black with #108F92
Text Example
Text Example
White with #108F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108F92; }
p { color: rgb(16,143,146); }
H1.HeaderClassName
{
color: #108F92;
}
.AnyTagClassName
{
color: #108F92;
}
</style>
background-color css
<style>
a { background-color: #108F92; }
a { background-color: rgb(16,143,146); }
div.DivClassName
{
background-color: #108F92;
}
.BgClassName
{
background-color: #108F92;
}
</style>
border-color css
<style>
span { border-color: #108F92; }
span { border-color: rgb(16,143,146); }
td.TdClassName
{
border-color: #108F92;
}
.TagClassName
{
border-color: #108F92;
}
</style>