#109784

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

Shades of Dark Cyan #109784

Tints of Dark Cyan #109784

Color information

#109784 (or 0x109784) is unknown color: approx Dark Cyan. HEX triplet: 10, 97 and 84. RGB value is (16,151,132). Sum of RGB (Red+Green+Blue) = 16+151+132=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #109784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109784 is #EF687B. Grayscale: #6C6C6C. Windows color (decimal): -15689852 or 8689424. OLE color: 8689424.

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

Color convert

RGB16151132-
CMYK0.8900.130.41
HSL171.56º80.84%32.75%-
HSV(B)171.56º89.4%59.22%-
XYZ15.4523.9125.63-
YUV108.47141.2762.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.35%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=5.35%
G=50.50%
B=44.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161511320.8900.130.41171.5680.8432.75
Hex109784590D29ac5121
Octal202272041310155125412141
Binary100001001011110000100101100101101101001101011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109784; }

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

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

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

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

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

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

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

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