#118F8D

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

Shades of Dark Cyan #118F8D

Tints of Dark Cyan #118F8D

Color information

#118F8D (or 0x118F8D) is unknown color: approx Dark Cyan. HEX triplet: 11, 8F and 8D. RGB value is (17,143,141). Sum of RGB (Red+Green+Blue) = 17+143+141=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #118F8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F8D is #EE7072. Grayscale: #686868. Windows color (decimal): -15626355 or 9277201. OLE color: 9277201.

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

Color convert

RGB17143141-
CMYK0.8800.010.44
HSL179.05º78.75%31.37%-
HSV(B)179.05º88.11%56.08%-
XYZ14.8621.6928.6-
YUV105.1148.2665.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 143 (56.25% from 255) = 47.51%
BLUE value IS 141 (55.47% from 255) = 46.84%
R=5.65%
G=47.51%
B=46.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171431410.8800.010.44179.0578.7531.37
Hex118F8D58012Cb34f1f
Octal21217215130015426311737
Binary10001100011111000110110110000110110010110011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,143,141); }

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

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

 a { background-color: rgb(17,143,141); }

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

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

 span { border-color: rgb(17,143,141); }

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