#118789

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

Shades of Dark Cyan #118789

Tints of Dark Cyan #118789

Color information

#118789 (or 0x118789) is unknown color: approx Dark Cyan. HEX triplet: 11, 87 and 89. RGB value is (17,135,137). Sum of RGB (Red+Green+Blue) = 17+135+137=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #118789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118789 is #EE7876. Grayscale: #636363. Windows color (decimal): -15628407 or 9013009. OLE color: 9013009.

HSL color Cylindrical-coordinate representation of color #118789: hue angle of 181º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118789 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB17135137-
CMYK0.880.0100.46
HSL181º77.92%30.2%-
HSV(B)181º87.59%53.73%-
XYZ13.4119.2526.68-
YUV99.95148.9168.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=5.88%
G=46.71%
B=47.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171351370.880.0100.4618177.9230.2
Hex11878958102Eb54e1e
Octal21207211130105626511636
Binary10001100001111000100110110001010111010110101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118789; }

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

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

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

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

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

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

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

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