#109390

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

Shades of Dark Cyan #109390

Tints of Dark Cyan #109390

Color information

#109390 (or 0x109390) is unknown color: approx Dark Cyan. HEX triplet: 10, 93 and 90. RGB value is (16,147,144). Sum of RGB (Red+Green+Blue) = 16+147+144=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #109390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109390 is #EF6C6F. Grayscale: #6B6B6B. Windows color (decimal): -15690864 or 9474832. OLE color: 9474832.

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

Color convert

RGB16147144-
CMYK0.8900.020.42
HSL178.63º80.37%31.96%-
HSV(B)178.63º89.12%57.65%-
XYZ15.6822.9930-
YUV107.49148.662.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=5.21%
G=47.88%
B=46.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161471440.8900.020.42178.6380.3731.96
Hex10939059022Ab35020
Octal20223220131025226312040
Binary1000010010011100100001011001010101010101100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109390; }

 p { color: rgb(16,147,144); }

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

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

 a { background-color: rgb(16,147,144); }

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

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

 span { border-color: rgb(16,147,144); }

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