#118F89

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

Shades of Dark Cyan #118F89

Tints of Dark Cyan #118F89

Color information

#118F89 (or 0x118F89) is unknown color: approx Dark Cyan. HEX triplet: 11, 8F and 89. RGB value is (17,143,137). Sum of RGB (Red+Green+Blue) = 17+143+137=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #118F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F89 is #EE7076. Grayscale: #686868. Windows color (decimal): -15626359 or 9015057. OLE color: 9015057.

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

Color convert

RGB17143137-
CMYK0.8800.040.44
HSL177.14º78.75%31.37%-
HSV(B)177.14º88.11%56.08%-
XYZ14.5721.5727.06-
YUV104.64146.2665.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 143 (56.25% from 255) = 48.15%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=5.72%
G=48.15%
B=46.13%

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
Decimal171431370.8800.040.44177.1478.7531.37
Hex118F8958042Cb14f1f
Octal21217211130045426111737
Binary1000110001111100010011011000010010110010110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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