Shades of Dark Cyan #118F85
Tints of Dark Cyan #118F85
RGB
CMYK
RGB Variations
Color information
#118F85 (or 0x118F85) is known color: Dark Cyan. HEX triplet: 11, 8F and 85. RGB value is (17,143,133). Sum of RGB (Red+Green+Blue) = 17+143+133=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #118F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F85 is #EE707A. Grayscale: #686868. Windows color (decimal): -15626363 or 8752913. OLE color: 8752913.
HSL color Cylindrical-coordinate representation of color #118F85: hue angle of 175.24º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F85 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 133 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.44 |
| HSL | 175.24º | 0.79% | 0.31% | - |
| HSV(B) | 175.24º | 0.88% | 0.56% | - |
| XYZ | 14.29 | 21.46 | 25.58 | - |
| YUV | 104.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 133 | 0.88 | 0 | 0.07 | 0.44 | 175.24 | 0.79 | 0.31 |
| Hex | 11 | 8F | 85 | 58 | 0 | 7 | 2C | AF | 4F | 1F |
| Octal | 21 | 217 | 205 | 130 | 0 | 7 | 54 | 257 | 117 | 37 |
| Binary | 10001 | 10001111 | 10000101 | 1011000 | 0 | 111 | 101100 | 10101111 | 1001111 | 11111 |
Color Harmonies of #118F85
Complementary color
Monochromatic Colors of #118F85
Black with #118F85
Text Example
Text Example
White with #118F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F85; }
p { color: rgb(17,143,133); }
H1.HeaderClassName
{
color: #118F85;
}
.AnyTagClassName
{
color: #118F85;
}
</style>
background-color css
<style>
a { background-color: #118F85; }
a { background-color: rgb(17,143,133); }
div.DivClassName
{
background-color: #118F85;
}
.BgClassName
{
background-color: #118F85;
}
</style>
border-color css
<style>
span { border-color: #118F85; }
span { border-color: rgb(17,143,133); }
td.TdClassName
{
border-color: #118F85;
}
.TagClassName
{
border-color: #118F85;
}
</style>