#119586

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

Shades of Dark Cyan #119586

Tints of Dark Cyan #119586

Color information

#119586 (or 0x119586) is unknown color: approx Dark Cyan. HEX triplet: 11, 95 and 86. RGB value is (17,149,134). Sum of RGB (Red+Green+Blue) = 17+149+134=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #119586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119586 is #EE6A79. Grayscale: #6B6B6B. Windows color (decimal): -15624826 or 8819985. OLE color: 8819985.

HSL color Cylindrical-coordinate representation of color #119586: hue angle of 173.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119586 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB17149134-
CMYK0.8900.100.42
HSL173.18º79.52%32.55%-
HSV(B)173.18º88.59%58.43%-
XYZ15.2823.3426.25-
YUV107.82142.7763.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.67%
GREEN value IS 149 (58.59% from 255) = 49.67%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=5.67%
G=49.67%
B=44.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171491340.8900.100.42173.1879.5232.55
Hex119586590A2Aad5021
Octal212252061310125225512041
Binary100011001010110000110101100101010101010101011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119586; }

 p { color: rgb(17,149,134); }

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

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

 a { background-color: rgb(17,149,134); }

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

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

 span { border-color: rgb(17,149,134); }

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