#109684

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

Shades of Dark Cyan #109684

Tints of Dark Cyan #109684

Color information

#109684 (or 0x109684) is unknown color: approx Dark Cyan. HEX triplet: 10, 96 and 84. RGB value is (16,150,132). Sum of RGB (Red+Green+Blue) = 16+150+132=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #109684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109684 is #EF697B. Grayscale: #6B6B6B. Windows color (decimal): -15690108 or 8689168. OLE color: 8689168.

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

Color convert

RGB16150132-
CMYK0.8900.120.41
HSL171.94º80.72%32.55%-
HSV(B)171.94º89.33%58.82%-
XYZ15.2823.5925.58-
YUV107.88141.6162.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.37%
GREEN value IS 150 (58.98% from 255) = 50.34%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=5.37%
G=50.34%
B=44.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161501320.8900.120.41171.9480.7232.55
Hex109684590C29ac5121
Octal202262041310145125412141
Binary100001001011010000100101100101100101001101011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109684; }

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

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

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

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

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

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

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

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