Html Css Color HEX #109588 Dark Cyan

📋 copy color: '#109588'

red 16 ◦ green 149 ◦ blue 136

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

Shades of Dark Cyan #109588

Tints of Dark Cyan #109588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 5.32%
G = 49.5%
B = 45.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#109588 (or 0x109588) is known color: Dark Cyan. HEX triplet: 10, 95 and 88. RGB value is (16,149,136). Sum of RGB (Red+Green+Blue) = 16+149+136=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #109588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109588 is #EF6A77. Grayscale: #6B6B6B. Windows color (decimal): -15690360 or 8951056. OLE color: 8951056.

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

Color convert

RGB 16 149 136 -
CMYK 0.89 0 0.09 0.42
HSL 174.14º 0.81% 0.32% -
HSV(B) 174.14º 0.89% 0.58% -
XYZ 15.41 23.38 26.99 -
YUV 107.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 16 149 136 0.89 0 0.09 0.42 174.14 0.81 0.32
Hex 10 95 88 59 0 9 2A AE 51 20
Octal 20 225 210 131 0 11 52 256 121 40
Binary 10000 10010101 10001000 1011001 0 1001 101010 10101110 1010001 100000

Color Harmonies of #109588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109588

Black with #109588

Text Example


Text Example

White with #109588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109588; }

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

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

background-color css

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

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

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

border-color css

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

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

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