#11968C

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

Shades of Dark Cyan #11968C

Tints of Dark Cyan #11968C

Color information

#11968C (or 0x11968C) is unknown color: approx Dark Cyan. HEX triplet: 11, 96 and 8C. RGB value is (17,150,140). Sum of RGB (Red+Green+Blue) = 17+150+140=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #11968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11968C is #EE6973. Grayscale: #6D6D6D. Windows color (decimal): -15624564 or 9213457. OLE color: 9213457.

HSL color Cylindrical-coordinate representation of color #11968C: hue angle of 175.49º 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 #11968C is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB17150140-
CMYK0.8900.070.41
HSL175.49º79.64%32.75%-
HSV(B)175.49º88.67%58.82%-
XYZ15.8723.8328.57-
YUV109.09145.4462.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.54%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=5.54%
G=48.86%
B=45.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171501400.8900.070.41175.4979.6432.75
Hex11968C590729af5021
Octal21226214131075125712041
Binary10001100101101000110010110010111101001101011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11968C; }

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

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

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

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

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

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

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

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