#109486

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

Shades of Dark Cyan #109486

Tints of Dark Cyan #109486

Color information

#109486 (or 0x109486) is unknown color: approx Dark Cyan. HEX triplet: 10, 94 and 86. RGB value is (16,148,134). Sum of RGB (Red+Green+Blue) = 16+148+134=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #109486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109486 is #EF6B79. Grayscale: #6A6A6A. Windows color (decimal): -15690618 or 8819728. OLE color: 8819728.

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

Color convert

RGB16148134-
CMYK0.8900.090.42
HSL173.64º80.49%32.16%-
HSV(B)173.64º89.19%58.04%-
XYZ15.1123.0126.2-
YUV106.94143.2763.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.37%
GREEN value IS 148 (58.20% from 255) = 49.66%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=5.37%
G=49.66%
B=44.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161481340.8900.090.42173.6480.4932.16
Hex10948659092Aae5020
Octal202242061310115225612040
Binary100001001010010000110101100101001101010101011101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109486; }

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

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

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

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

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

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

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

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