#109285

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

Shades of Dark Cyan #109285

Tints of Dark Cyan #109285

Color information

#109285 (or 0x109285) is unknown color: approx Dark Cyan. HEX triplet: 10, 92 and 85. RGB value is (16,146,133). Sum of RGB (Red+Green+Blue) = 16+146+133=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #109285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109285 is #EF6D7A. Grayscale: #696969. Windows color (decimal): -15691131 or 8753680. OLE color: 8753680.

HSL color Cylindrical-coordinate representation of color #109285: hue angle of 174º 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 #109285 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB16146133-
CMYK0.8900.090.43
HSL174º80.25%31.76%-
HSV(B)174º89.04%57.25%-
XYZ14.7322.3625.73-
YUV105.65143.4364.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.42%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=5.42%
G=49.49%
B=45.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461330.8900.090.4317480.2531.76
Hex10928559092Bae5020
Octal202222051310115325612040
Binary100001001001010000101101100101001101011101011101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109285; }

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

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

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

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

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

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

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

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