Html Css Color HEX #109196 Dark Cyan

📋 copy color: '#109196'

red 16 ◦ green 145 ◦ blue 150

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

Shades of Dark Cyan #109196

Tints of Dark Cyan #109196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 5.14%
G = 46.62%
B = 48.23%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#109196 (or 0x109196) is known color: Dark Cyan. HEX triplet: 10, 91 and 96. RGB value is (16,145,150). Sum of RGB (Red+Green+Blue) = 16+145+150=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #109196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109196 is #EF6E69. Grayscale: #6A6A6A. Windows color (decimal): -15691370 or 9867536. OLE color: 9867536.

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

Color convert

RGB 16 145 150 -
CMYK 0.89 0.03 0 0.41
HSL 182.24º 0.81% 0.33% -
HSV(B) 182.24º 0.89% 0.59% -
XYZ 15.84 22.56 32.37 -
YUV 107 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 16 145 150 0.89 0.03 0 0.41 182.24 0.81 0.33
Hex 10 91 96 59 3 0 29 B6 51 21
Octal 20 221 226 131 3 0 51 266 121 41
Binary 10000 10010001 10010110 1011001 11 0 101001 10110110 1010001 100001

Color Harmonies of #109196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109196

Black with #109196

Text Example


Text Example

White with #109196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109196; }

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

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

background-color css

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

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

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

border-color css

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

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

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