Html Css Color HEX #119584 Dark Cyan

📋 copy color: '#119584'

red 17 ◦ green 149 ◦ blue 132

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

Shades of Dark Cyan #119584

Tints of Dark Cyan #119584

RGB

 RED value IS 17 (7.03% from 255) = 5.7%

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

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

R = 5.7%
G = 50%
B = 44.3%

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

#119584 (or 0x119584) is known color: Dark Cyan. HEX triplet: 11, 95 and 84. RGB value is (17,149,132). Sum of RGB (Red+Green+Blue) = 17+149+132=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #119584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119584 is #EE6A7B. Grayscale: #6B6B6B. Windows color (decimal): -15624828 or 8688913. OLE color: 8688913.

HSL color Cylindrical-coordinate representation of color #119584: hue angle of 172.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119584 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 132 -
CMYK 0.89 0 0.11 0.42
HSL 172.27º 0.8% 0.33% -
HSV(B) 172.27º 0.89% 0.58% -
XYZ 15.14 23.28 25.53 -
YUV 107.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 17 149 132 0.89 0 0.11 0.42 172.27 0.8 0.33
Hex 11 95 84 59 0 B 2A AC 50 21
Octal 21 225 204 131 0 13 52 254 120 41
Binary 10001 10010101 10000100 1011001 0 1011 101010 10101100 1010000 100001

Color Harmonies of #119584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119584

Black with #119584

Text Example


Text Example

White with #119584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119584; }

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

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

background-color css

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

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

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

border-color css

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

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

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