Html Css Color HEX #109686 Dark Cyan

📋 copy color: '#109686'

red 16 ◦ green 150 ◦ blue 134

#109686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #109686

Tints of Dark Cyan #109686

RGB

 RED value IS 16 (6.64% from 255) = 5.33%

 GREEN value IS 150 (58.98% from 255) = 50%

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 5.33%
G = 50%
B = 44.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#109686 (or 0x109686) is known color: Dark Cyan. HEX triplet: 10, 96 and 86. RGB value is (16,150,134). Sum of RGB (Red+Green+Blue) = 16+150+134=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #109686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109686 is #EF6979. Grayscale: #6C6C6C. Windows color (decimal): -15690106 or 8820240. OLE color: 8820240.

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

Color convert

RGB 16 150 134 -
CMYK 0.89 0 0.11 0.41
HSL 172.84º 0.81% 0.33% -
HSV(B) 172.84º 0.89% 0.59% -
XYZ 15.42 23.64 26.31 -
YUV 108.11 142.61 62.3 -
System Red Green Blue C M Y K H S L
Decimal 16 150 134 0.89 0 0.11 0.41 172.84 0.81 0.33
Hex 10 96 86 59 0 B 29 AD 51 21
Octal 20 226 206 131 0 13 51 255 121 41
Binary 10000 10010110 10000110 1011001 0 1011 101001 10101101 1010001 100001

Color Harmonies of #109686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109686

Black with #109686

Text Example


Text Example

White with #109686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109686; }

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

 H1.HeaderClassName
 {
   color: #109686;
 }
 .AnyTagClassName
 {
   color: #109686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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