#11968A

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

Shades of Dark Cyan #11968A

Tints of Dark Cyan #11968A

Color information

#11968A (or 0x11968A) is unknown color: approx Dark Cyan. HEX triplet: 11, 96 and 8A. RGB value is (17,150,138). Sum of RGB (Red+Green+Blue) = 17+150+138=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #11968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11968A is #EE6975. Grayscale: #6C6C6C. Windows color (decimal): -15624566 or 9082385. OLE color: 9082385.

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

Color convert

RGB17150138-
CMYK0.8900.080.41
HSL174.59º79.64%32.75%-
HSV(B)174.59º88.67%58.82%-
XYZ15.7223.7727.8-
YUV108.86144.4462.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.57%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=5.57%
G=49.18%
B=45.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171501380.8900.080.41174.5979.6432.75
Hex11968A590829af5021
Octal212262121310105125712041
Binary100011001011010001010101100101000101001101011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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