#118E88

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

Shades of Dark Cyan #118E88

Tints of Dark Cyan #118E88

Color information

#118E88 (or 0x118E88) is unknown color: approx Dark Cyan. HEX triplet: 11, 8E and 88. RGB value is (17,142,136). Sum of RGB (Red+Green+Blue) = 17+142+136=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #118E88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118E88 is #EE7177. Grayscale: #676767. Windows color (decimal): -15626616 or 8949265. OLE color: 8949265.

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

Color convert

RGB17142136-
CMYK0.8800.040.44
HSL177.12º78.62%31.18%-
HSV(B)177.12º88.03%55.69%-
XYZ14.3521.2426.64-
YUV103.94146.0965.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=5.76%
G=48.14%
B=46.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171421360.8800.040.44177.1278.6231.18
Hex118E8858042Cb14f1f
Octal21216210130045426111737
Binary1000110001110100010001011000010010110010110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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