#109286

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

Shades of Dark Cyan #109286

Tints of Dark Cyan #109286

Color information

#109286 (or 0x109286) is unknown color: approx Dark Cyan. HEX triplet: 10, 92 and 86. RGB value is (16,146,134). Sum of RGB (Red+Green+Blue) = 16+146+134=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #109286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109286 is #EF6D79. Grayscale: #696969. Windows color (decimal): -15691130 or 8819216. OLE color: 8819216.

HSL color Cylindrical-coordinate representation of color #109286: hue angle of 174.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109286 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB16146134-
CMYK0.8900.080.43
HSL174.46º80.25%31.76%-
HSV(B)174.46º89.04%57.25%-
XYZ14.822.3926.1-
YUV105.76143.9363.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.41%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=5.41%
G=49.32%
B=45.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461340.8900.080.43174.4680.2531.76
Hex10928659082Bae5020
Octal202222061310105325612040
Binary100001001001010000110101100101000101011101011101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109286; }

 p { color: rgb(16,146,134); }

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

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

 a { background-color: rgb(16,146,134); }

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

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

 span { border-color: rgb(16,146,134); }

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