Html Css Color HEX #109584 Dark Cyan

📋 copy color: '#109584'

red 16 ◦ green 149 ◦ blue 132

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

Shades of Dark Cyan #109584

Tints of Dark Cyan #109584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 5.39%
G = 50.17%
B = 44.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#109584 (or 0x109584) is known color: Dark Cyan. HEX triplet: 10, 95 and 84. RGB value is (16,149,132). Sum of RGB (Red+Green+Blue) = 16+149+132=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #109584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109584 is #EF6A7B. Grayscale: #6B6B6B. Windows color (decimal): -15690364 or 8688912. OLE color: 8688912.

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

Color convert

RGB 16 149 132 -
CMYK 0.89 0 0.11 0.42
HSL 172.33º 0.81% 0.32% -
HSV(B) 172.33º 0.89% 0.58% -
XYZ 15.13 23.27 25.52 -
YUV 107.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 16 149 132 0.89 0 0.11 0.42 172.33 0.81 0.32
Hex 10 95 84 59 0 B 2A AC 51 20
Octal 20 225 204 131 0 13 52 254 121 40
Binary 10000 10010101 10000100 1011001 0 1011 101010 10101100 1010001 100000

Color Harmonies of #109584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109584

Black with #109584

Text Example


Text Example

White with #109584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109584; }

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

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

background-color css

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

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

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

border-color css

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

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

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