#10968E

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

Shades of Dark Cyan #10968E

Tints of Dark Cyan #10968E

Color information

#10968E (or 0x10968E) is unknown color: approx Dark Cyan. HEX triplet: 10, 96 and 8E. RGB value is (16,150,142). Sum of RGB (Red+Green+Blue) = 16+150+142=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #10968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10968E is #EF6971. Grayscale: #6C6C6C. Windows color (decimal): -15690098 or 9344528. OLE color: 9344528.

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

Color convert

RGB16150142-
CMYK0.8900.050.41
HSL176.42º80.72%32.55%-
HSV(B)176.42º89.33%58.82%-
XYZ1623.8829.36-
YUV109.02146.6161.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.19%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=5.19%
G=48.70%
B=46.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161501420.8900.050.41176.4280.7232.55
Hex10968E590529b05121
Octal20226216131055126012141
Binary10000100101101000111010110010101101001101100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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