#118E87

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

Shades of Dark Cyan #118E87

Tints of Dark Cyan #118E87

Color information

#118E87 (or 0x118E87) is unknown color: approx Dark Cyan. HEX triplet: 11, 8E and 87. RGB value is (17,142,135). Sum of RGB (Red+Green+Blue) = 17+142+135=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #118E87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118E87 is #EE7178. Grayscale: #676767. Windows color (decimal): -15626617 or 8883729. OLE color: 8883729.

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

Color convert

RGB17142135-
CMYK0.8800.050.44
HSL176.64º78.62%31.18%-
HSV(B)176.64º88.03%55.69%-
XYZ14.2821.2126.26-
YUV103.83145.5966.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=5.78%
G=48.30%
B=45.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171421350.8800.050.44176.6478.6231.18
Hex118E8758052Cb14f1f
Octal21216207130055426111737
Binary1000110001110100001111011000010110110010110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,142,135); }

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

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

 a { background-color: rgb(17,142,135); }

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

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

 span { border-color: rgb(17,142,135); }

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