Html Css Color HEX #109392 Dark Cyan

📋 copy color: '#109392'

red 16 ◦ green 147 ◦ blue 146

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

Shades of Dark Cyan #109392

Tints of Dark Cyan #109392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 5.18%
G = 47.57%
B = 47.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#109392 (or 0x109392) is known color: Dark Cyan. HEX triplet: 10, 93 and 92. RGB value is (16,147,146). Sum of RGB (Red+Green+Blue) = 16+147+146=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #109392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109392 is #EF6C6D. Grayscale: #6B6B6B. Windows color (decimal): -15690862 or 9605904. OLE color: 9605904.

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

Color convert

RGB 16 147 146 -
CMYK 0.89 0 0.01 0.42
HSL 179.54º 0.8% 0.32% -
HSV(B) 179.54º 0.89% 0.58% -
XYZ 15.84 23.05 30.81 -
YUV 107.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 16 147 146 0.89 0 0.01 0.42 179.54 0.8 0.32
Hex 10 93 92 59 0 1 2A B4 50 20
Octal 20 223 222 131 0 1 52 264 120 40
Binary 10000 10010011 10010010 1011001 0 1 101010 10110100 1010000 100000

Color Harmonies of #109392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109392

Black with #109392

Text Example


Text Example

White with #109392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109392; }

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

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

background-color css

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

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

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

border-color css

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

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

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