#109296

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

Shades of Dark Cyan #109296

Tints of Dark Cyan #109296

Color information

#109296 (or 0x109296) is unknown color: approx Dark Cyan. HEX triplet: 10, 92 and 96. RGB value is (16,146,150). Sum of RGB (Red+Green+Blue) = 16+146+150=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #109296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109296 is #EF6D69. Grayscale: #6B6B6B. Windows color (decimal): -15691114 or 9867792. OLE color: 9867792.

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

Color convert

RGB16146150-
CMYK0.890.0300.41
HSL181.79º80.72%32.55%-
HSV(B)181.79º89.33%58.82%-
XYZ1622.8732.43-
YUV107.59151.9362.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.13%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=5.13%
G=46.79%
B=48.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161461500.890.0300.41181.7980.7232.55
Hex109296593029b65121
Octal20222226131305126612141
Binary1000010010010100101101011001110101001101101101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109296; }

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

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

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

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

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

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

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

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