#10968B

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

Shades of Dark Cyan #10968B

Tints of Dark Cyan #10968B

Color information

#10968B (or 0x10968B) is unknown color: approx Dark Cyan. HEX triplet: 10, 96 and 8B. RGB value is (16,150,139). Sum of RGB (Red+Green+Blue) = 16+150+139=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #10968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10968B is #EF6974. Grayscale: #6C6C6C. Windows color (decimal): -15690101 or 9147920. OLE color: 9147920.

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

Color convert

RGB16150139-
CMYK0.8900.070.41
HSL175.07º80.72%32.55%-
HSV(B)175.07º89.33%58.82%-
XYZ15.7823.7928.19-
YUV108.68145.1161.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=5.25%
G=49.18%
B=45.57%

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
Decimal161501390.8900.070.41175.0780.7232.55
Hex10968B590729af5121
Octal20226213131075125712141
Binary10000100101101000101110110010111101001101011111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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