#118e8a

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

Shades of Dark Cyan #118E8A

Tints of Dark Cyan #118E8A

Color information

#118E8A (or 0x118E8A) is unknown color: approx Dark Cyan. HEX triplet: 11, 8E and 8A. RGB value is (17,142,138). Sum of RGB (Red+Green+Blue) = 17+142+138=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #118E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118E8A is #EE7175. Grayscale: #686868. Windows color (decimal): -15626614 or 9080337. OLE color: 9080337.

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

Color convert

RGB17142138-
CMYK0.8800.030.44
HSL178.08º78.62%31.18%-
HSV(B)178.08º88.03%55.69%-
XYZ14.4921.327.39-
YUV104.17147.0965.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=5.72%
G=47.81%
B=46.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171421380.8800.030.44178.0878.6231.18
Hex118E8A58032Cb24f1f
Octal21216212130035426211737
Binary100011000111010001010101100001110110010110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118e8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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