Shades of Dark Cyan #118F93
Tints of Dark Cyan #118F93
RGB
CMYK
RGB Variations
Color information
#118F93 (or 0x118F93) is known color: Dark Cyan. HEX triplet: 11, 8F and 93. RGB value is (17,143,147). Sum of RGB (Red+Green+Blue) = 17+143+147=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #118F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F93 is #EE706C. Grayscale: #696969. Windows color (decimal): -15626349 or 9670417. OLE color: 9670417.
HSL color Cylindrical-coordinate representation of color #118F93: hue angle of 181.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F93 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 143 | 147 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.42 |
| HSL | 181.85º | 0.79% | 0.32% | - |
| HSV(B) | 181.85º | 0.88% | 0.58% | - |
| XYZ | 15.32 | 21.87 | 31.02 | - |
| YUV | 105.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 147 | 0.88 | 0.03 | 0 | 0.42 | 181.85 | 0.79 | 0.32 |
| Hex | 11 | 8F | 93 | 58 | 3 | 0 | 2A | B6 | 4F | 20 |
| Octal | 21 | 217 | 223 | 130 | 3 | 0 | 52 | 266 | 117 | 40 |
| Binary | 10001 | 10001111 | 10010011 | 1011000 | 11 | 0 | 101010 | 10110110 | 1001111 | 100000 |
Color Harmonies of #118F93
Complementary color
Monochromatic Colors of #118F93
Black with #118F93
Text Example
Text Example
White with #118F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F93; }
p { color: rgb(17,143,147); }
H1.HeaderClassName
{
color: #118F93;
}
.AnyTagClassName
{
color: #118F93;
}
</style>
background-color css
<style>
a { background-color: #118F93; }
a { background-color: rgb(17,143,147); }
div.DivClassName
{
background-color: #118F93;
}
.BgClassName
{
background-color: #118F93;
}
</style>
border-color css
<style>
span { border-color: #118F93; }
span { border-color: rgb(17,143,147); }
td.TdClassName
{
border-color: #118F93;
}
.TagClassName
{
border-color: #118F93;
}
</style>