Html Css Color HEX #109586 Dark Cyan

📋 copy color: '#109586'

red 16 ◦ green 149 ◦ blue 134

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

Shades of Dark Cyan #109586

Tints of Dark Cyan #109586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

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

R = 5.35%
G = 49.83%
B = 44.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#109586 (or 0x109586) is known color: Dark Cyan. HEX triplet: 10, 95 and 86. RGB value is (16,149,134). Sum of RGB (Red+Green+Blue) = 16+149+134=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #109586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109586 is #EF6A79. Grayscale: #6B6B6B. Windows color (decimal): -15690362 or 8819984. OLE color: 8819984.

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

Color convert

RGB 16 149 134 -
CMYK 0.89 0 0.10 0.42
HSL 173.23º 0.81% 0.32% -
HSV(B) 173.23º 0.89% 0.58% -
XYZ 15.26 23.33 26.25 -
YUV 107.52 142.94 62.72 -
System Red Green Blue C M Y K H S L
Decimal 16 149 134 0.89 0 0.10 0.42 173.23 0.81 0.32
Hex 10 95 86 59 0 A 2A AD 51 20
Octal 20 225 206 131 0 12 52 255 121 40
Binary 10000 10010101 10000110 1011001 0 1010 101010 10101101 1010001 100000

Color Harmonies of #109586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109586

Black with #109586

Text Example


Text Example

White with #109586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109586; }

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

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

background-color css

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

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

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

border-color css

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

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

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