Html Css Color HEX #109491 Dark Cyan

📋 copy color: '#109491'

red 16 ◦ green 148 ◦ blue 145

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

Shades of Dark Cyan #109491

Tints of Dark Cyan #109491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 5.18%
G = 47.9%
B = 46.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#109491 (or 0x109491) is known color: Dark Cyan. HEX triplet: 10, 94 and 91. RGB value is (16,148,145). Sum of RGB (Red+Green+Blue) = 16+148+145=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #109491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109491 is #EF6B6E. Grayscale: #6C6C6C. Windows color (decimal): -15690607 or 9540624. OLE color: 9540624.

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

Color convert

RGB 16 148 145 -
CMYK 0.89 0 0.02 0.42
HSL 178.64º 0.8% 0.32% -
HSV(B) 178.64º 0.89% 0.58% -
XYZ 15.91 23.33 30.45 -
YUV 108.19 148.77 62.24 -
System Red Green Blue C M Y K H S L
Decimal 16 148 145 0.89 0 0.02 0.42 178.64 0.8 0.32
Hex 10 94 91 59 0 2 2A B3 50 20
Octal 20 224 221 131 0 2 52 263 120 40
Binary 10000 10010100 10010001 1011001 0 10 101010 10110011 1010000 100000

Color Harmonies of #109491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109491

Black with #109491

Text Example


Text Example

White with #109491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109491; }

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

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

background-color css

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

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

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

border-color css

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

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

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