#119590

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

Shades of Dark Cyan #119590

Tints of Dark Cyan #119590

Color information

#119590 (or 0x119590) is unknown color: approx Dark Cyan. HEX triplet: 11, 95 and 90. RGB value is (17,149,144). Sum of RGB (Red+Green+Blue) = 17+149+144=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #119590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119590 is #EE6A6F. Grayscale: #6C6C6C. Windows color (decimal): -15624816 or 9475345. OLE color: 9475345.

HSL color Cylindrical-coordinate representation of color #119590: hue angle of 177.73º 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 #119590 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB17149144-
CMYK0.8900.030.42
HSL177.73º79.52%32.55%-
HSV(B)177.73º88.59%58.43%-
XYZ16.0123.6330.1-
YUV108.96147.7762.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.48%
GREEN value IS 149 (58.59% from 255) = 48.06%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=5.48%
G=48.06%
B=46.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171491440.8900.030.42177.7379.5232.55
Hex11959059032Ab25021
Octal21225220131035226212041
Binary1000110010101100100001011001011101010101100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119590; }

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

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

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

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

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

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

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

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