#119587

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

Shades of Dark Cyan #119587

Tints of Dark Cyan #119587

Color information

#119587 (or 0x119587) is unknown color: approx Dark Cyan. HEX triplet: 11, 95 and 87. RGB value is (17,149,135). Sum of RGB (Red+Green+Blue) = 17+149+135=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #119587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119587 is #EE6A78. Grayscale: #6B6B6B. Windows color (decimal): -15624825 or 8885521. OLE color: 8885521.

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

Color convert

RGB17149135-
CMYK0.8900.090.42
HSL173.64º79.52%32.55%-
HSV(B)173.64º88.59%58.43%-
XYZ15.3523.3626.62-
YUV107.94143.2763.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=5.65%
G=49.50%
B=44.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171491350.8900.090.42173.6479.5232.55
Hex11958759092Aae5021
Octal212252071310115225612041
Binary100011001010110000111101100101001101010101011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119587; }

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

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

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

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

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

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

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

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