#11968B

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

Shades of Dark Cyan #11968B

Tints of Dark Cyan #11968B

Color information

#11968B (or 0x11968B) is unknown color: approx Dark Cyan. HEX triplet: 11, 96 and 8B. RGB value is (17,150,139). Sum of RGB (Red+Green+Blue) = 17+150+139=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #11968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11968B is #EE6974. Grayscale: #6C6C6C. Windows color (decimal): -15624565 or 9147921. OLE color: 9147921.

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

Color convert

RGB17150139-
CMYK0.8900.070.41
HSL175.04º79.64%32.75%-
HSV(B)175.04º88.67%58.82%-
XYZ15.823.828.19-
YUV108.98144.9462.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.56%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=5.56%
G=49.02%
B=45.42%

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
Decimal171501390.8900.070.41175.0479.6432.75
Hex11968B590729af5021
Octal21226213131075125712041
Binary10001100101101000101110110010111101001101011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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