Html Css Color HEX #109396 Dark Cyan

📋 copy color: '#109396'

red 16 ◦ green 147 ◦ blue 150

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

Shades of Dark Cyan #109396

Tints of Dark Cyan #109396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 5.11%
G = 46.96%
B = 47.92%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#109396 (or 0x109396) is known color: Dark Cyan. HEX triplet: 10, 93 and 96. RGB value is (16,147,150). Sum of RGB (Red+Green+Blue) = 16+147+150=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #109396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109396 is #EF6C69. Grayscale: #6C6C6C. Windows color (decimal): -15690858 or 9868048. OLE color: 9868048.

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

Color convert

RGB 16 147 150 -
CMYK 0.89 0.02 0 0.41
HSL 181.34º 0.81% 0.33% -
HSV(B) 181.34º 0.89% 0.59% -
XYZ 16.15 23.18 32.48 -
YUV 108.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 16 147 150 0.89 0.02 0 0.41 181.34 0.81 0.33
Hex 10 93 96 59 2 0 29 B5 51 21
Octal 20 223 226 131 2 0 51 265 121 41
Binary 10000 10010011 10010110 1011001 10 0 101001 10110101 1010001 100001

Color Harmonies of #109396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109396

Black with #109396

Text Example


Text Example

White with #109396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109396; }

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

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

background-color css

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

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

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

border-color css

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

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

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