Shades of Dark Cyan #118B8F
Tints of Dark Cyan #118B8F
RGB
CMYK
RGB Variations
Color information
#118B8F (or 0x118B8F) is known color: Dark Cyan. HEX triplet: 11, 8B and 8F. RGB value is (17,139,143). Sum of RGB (Red+Green+Blue) = 17+139+143=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #118B8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118B8F is #EE7470. Grayscale: #666666. Windows color (decimal): -15627377 or 9407249. OLE color: 9407249.
HSL color Cylindrical-coordinate representation of color #118B8F: hue angle of 181.9º 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 #118B8F is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 139 | 143 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.44 |
| HSL | 181.9º | 0.79% | 0.31% | - |
| HSV(B) | 181.9º | 0.88% | 0.56% | - |
| XYZ | 14.42 | 20.57 | 29.2 | - |
| YUV | 102.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 143 | 0.88 | 0.03 | 0 | 0.44 | 181.9 | 0.79 | 0.31 |
| Hex | 11 | 8B | 8F | 58 | 3 | 0 | 2C | B6 | 4F | 1F |
| Octal | 21 | 213 | 217 | 130 | 3 | 0 | 54 | 266 | 117 | 37 |
| Binary | 10001 | 10001011 | 10001111 | 1011000 | 11 | 0 | 101100 | 10110110 | 1001111 | 11111 |
Color Harmonies of #118B8F
Complementary color
Monochromatic Colors of #118B8F
Black with #118B8F
Text Example
Text Example
White with #118B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B8F; }
p { color: rgb(17,139,143); }
H1.HeaderClassName
{
color: #118B8F;
}
.AnyTagClassName
{
color: #118B8F;
}
</style>
background-color css
<style>
a { background-color: #118B8F; }
a { background-color: rgb(17,139,143); }
div.DivClassName
{
background-color: #118B8F;
}
.BgClassName
{
background-color: #118B8F;
}
</style>
border-color css
<style>
span { border-color: #118B8F; }
span { border-color: rgb(17,139,143); }
td.TdClassName
{
border-color: #118B8F;
}
.TagClassName
{
border-color: #118B8F;
}
</style>