Shades of Dark Cyan #118793
Tints of Dark Cyan #118793
RGB
CMYK
RGB Variations
Color information
#118793 (or 0x118793) is known color: Dark Cyan. HEX triplet: 11, 87 and 93. RGB value is (17,135,147). Sum of RGB (Red+Green+Blue) = 17+135+147=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #118793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118793 is #EE786C. Grayscale: #646464. Windows color (decimal): -15628397 or 9668369. OLE color: 9668369.
HSL color Cylindrical-coordinate representation of color #118793: hue angle of 185.54º 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 #118793 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 135 | 147 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.42 |
| HSL | 185.54º | 0.79% | 0.32% | - |
| HSV(B) | 185.54º | 0.88% | 0.58% | - |
| XYZ | 14.16 | 19.55 | 30.63 | - |
| YUV | 101.09 | 153.91 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 147 | 0.88 | 0.08 | 0 | 0.42 | 185.54 | 0.79 | 0.32 |
| Hex | 11 | 87 | 93 | 58 | 8 | 0 | 2A | BA | 4F | 20 |
| Octal | 21 | 207 | 223 | 130 | 10 | 0 | 52 | 272 | 117 | 40 |
| Binary | 10001 | 10000111 | 10010011 | 1011000 | 1000 | 0 | 101010 | 10111010 | 1001111 | 100000 |
Color Harmonies of #118793
Complementary color
Monochromatic Colors of #118793
Black with #118793
Text Example
Text Example
White with #118793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118793; }
p { color: rgb(17,135,147); }
H1.HeaderClassName
{
color: #118793;
}
.AnyTagClassName
{
color: #118793;
}
</style>
background-color css
<style>
a { background-color: #118793; }
a { background-color: rgb(17,135,147); }
div.DivClassName
{
background-color: #118793;
}
.BgClassName
{
background-color: #118793;
}
</style>
border-color css
<style>
span { border-color: #118793; }
span { border-color: rgb(17,135,147); }
td.TdClassName
{
border-color: #118793;
}
.TagClassName
{
border-color: #118793;
}
</style>