#118389

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

Shades of Dark Cyan #118389

Tints of Dark Cyan #118389

Color information

#118389 (or 0x118389) is unknown color: approx Dark Cyan. HEX triplet: 11, 83 and 89. RGB value is (17,131,137). Sum of RGB (Red+Green+Blue) = 17+131+137=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #118389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118389 is #EE7C76. Grayscale: #616161. Windows color (decimal): -15629431 or 9011985. OLE color: 9011985.

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

Color convert

RGB17131137-
CMYK0.880.0400.46
HSL183º77.92%30.2%-
HSV(B)183º87.59%53.73%-
XYZ12.8618.1626.49-
YUV97.6150.2370.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.96%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=5.96%
G=45.96%
B=48.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171311370.880.0400.4618377.9230.2
Hex11838958402Eb74e1e
Octal21203211130405626711636
Binary1000110000011100010011011000100010111010110111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118389; }

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

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

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

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

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

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

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

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