#118E7F

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

Shades of Dark Cyan #118E7F

Tints of Dark Cyan #118E7F

Color information

#118E7F (or 0x118E7F) is unknown color: approx Dark Cyan. HEX triplet: 11, 8E and 7F. RGB value is (17,142,127). Sum of RGB (Red+Green+Blue) = 17+142+127=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #118E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E7F is #EE7180. Grayscale: #666666. Windows color (decimal): -15626625 or 8359441. OLE color: 8359441.

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

Color convert

RGB17142127-
CMYK0.8800.110.44
HSL172.8º78.62%31.18%-
HSV(B)172.8º88.03%55.69%-
XYZ13.732123.41-
YUV102.92141.5966.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.94%
GREEN value IS 142 (55.86% from 255) = 49.65%
BLUE value IS 127 (50% from 255) = 44.41%
R=5.94%
G=49.65%
B=44.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171421270.8800.110.44172.878.6231.18
Hex118E7F580B2Cad4f1f
Octal212161771300135425511737
Binary1000110001110111111110110000101110110010101101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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