#118A86

Color #118A86 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #118A86

Tints of Dark Cyan #118A86

Color information

#118A86 (or 0x118A86) is unknown color: approx Dark Cyan. HEX triplet: 11, 8A and 86. RGB value is (17,138,134). Sum of RGB (Red+Green+Blue) = 17+138+134=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #118A86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118A86 is #EE7579. Grayscale: #656565. Windows color (decimal): -15627642 or 8817169. OLE color: 8817169.

HSL color Cylindrical-coordinate representation of color #118A86: hue angle of 178.02º 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 #118A86 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB17138134-
CMYK0.8800.030.46
HSL178.02º78.06%30.39%-
HSV(B)178.02º87.68%54.12%-
XYZ13.6220.0225.7-
YUV101.36146.4167.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=5.88%
G=47.75%
B=46.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171381340.8800.030.46178.0278.0630.39
Hex118A8658032Eb24e1e
Octal21212206130035626211636
Binary100011000101010000110101100001110111010110010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118A86; }

 p { color: rgb(17,138,134); }

 H1.HeaderClassName
 {
   color: #118A86;
 }
 .AnyTagClassName
 {
   color: #118A86;
 }
</style>
background-color css

<style>
 a { background-color: #118A86; }

 a { background-color: rgb(17,138,134); }

 div.DivClassName
 {
   background-color: #118A86;
 }
 .BgClassName
 {
   background-color: #118A86;
 }
</style>
border-color css

<style>
 span { border-color: #118A86; }

 span { border-color: rgb(17,138,134); }

 td.TdClassName
 {
   border-color: #118A86;
 }
 .TagClassName
 {
   border-color: #118A86;
 }
</style>