Shades of Dark Cyan #118985
Tints of Dark Cyan #118985
RGB
CMYK
RGB Variations
Color information
#118985 (or 0x118985) is known color: Dark Cyan. HEX triplet: 11, 89 and 85. RGB value is (17,137,133). Sum of RGB (Red+Green+Blue) = 17+137+133=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #118985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118985 is #EE767A. Grayscale: #646464. Windows color (decimal): -15627899 or 8751377. OLE color: 8751377.
HSL color Cylindrical-coordinate representation of color #118985: hue angle of 178º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118985 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 137 | 133 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.46 |
| HSL | 178º | 0.78% | 0.3% | - |
| HSV(B) | 178º | 0.88% | 0.54% | - |
| XYZ | 13.41 | 19.7 | 25.29 | - |
| YUV | 100.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 133 | 0.88 | 0 | 0.03 | 0.46 | 178 | 0.78 | 0.3 |
| Hex | 11 | 89 | 85 | 58 | 0 | 3 | 2E | B2 | 4E | 1E |
| Octal | 21 | 211 | 205 | 130 | 0 | 3 | 56 | 262 | 116 | 36 |
| Binary | 10001 | 10001001 | 10000101 | 1011000 | 0 | 11 | 101110 | 10110010 | 1001110 | 11110 |
Color Harmonies of #118985
Complementary color
Monochromatic Colors of #118985
Black with #118985
Text Example
Text Example
White with #118985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118985; }
p { color: rgb(17,137,133); }
H1.HeaderClassName
{
color: #118985;
}
.AnyTagClassName
{
color: #118985;
}
</style>
background-color css
<style>
a { background-color: #118985; }
a { background-color: rgb(17,137,133); }
div.DivClassName
{
background-color: #118985;
}
.BgClassName
{
background-color: #118985;
}
</style>
border-color css
<style>
span { border-color: #118985; }
span { border-color: rgb(17,137,133); }
td.TdClassName
{
border-color: #118985;
}
.TagClassName
{
border-color: #118985;
}
</style>