#119685

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

Shades of Dark Cyan #119685

Tints of Dark Cyan #119685

Color information

#119685 (or 0x119685) is unknown color: approx Dark Cyan. HEX triplet: 11, 96 and 85. RGB value is (17,150,133). Sum of RGB (Red+Green+Blue) = 17+150+133=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #119685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119685 is #EE697A. Grayscale: #6C6C6C. Windows color (decimal): -15624571 or 8754705. OLE color: 8754705.

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

Color convert

RGB17150133-
CMYK0.8900.110.41
HSL172.33º79.64%32.75%-
HSV(B)172.33º88.67%58.82%-
XYZ15.3723.6325.94-
YUV108.3141.9462.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.67%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=5.67%
G=50%
B=44.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171501330.8900.110.41172.3379.6432.75
Hex119685590B29ac5021
Octal212262051310135125412041
Binary100011001011010000101101100101011101001101011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119685; }

 p { color: rgb(17,150,133); }

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

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

 a { background-color: rgb(17,150,133); }

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

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

 span { border-color: rgb(17,150,133); }

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