Html Css Color HEX #119684 Dark Cyan

📋 copy color: '#119684'

red 17 ◦ green 150 ◦ blue 132

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

Shades of Dark Cyan #119684

Tints of Dark Cyan #119684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

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

R = 5.69%
G = 50.17%
B = 44.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#119684 (or 0x119684) is known color: Dark Cyan. HEX triplet: 11, 96 and 84. RGB value is (17,150,132). Sum of RGB (Red+Green+Blue) = 17+150+132=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #119684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119684 is #EE697B. Grayscale: #6C6C6C. Windows color (decimal): -15624572 or 8689169. OLE color: 8689169.

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

Color convert

RGB 17 150 132 -
CMYK 0.89 0 0.12 0.41
HSL 171.88º 0.8% 0.33% -
HSV(B) 171.88º 0.89% 0.59% -
XYZ 15.3 23.6 25.58 -
YUV 108.18 141.44 62.96 -
System Red Green Blue C M Y K H S L
Decimal 17 150 132 0.89 0 0.12 0.41 171.88 0.8 0.33
Hex 11 96 84 59 0 C 29 AC 50 21
Octal 21 226 204 131 0 14 51 254 120 41
Binary 10001 10010110 10000100 1011001 0 1100 101001 10101100 1010000 100001

Color Harmonies of #119684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119684

Black with #119684

Text Example


Text Example

White with #119684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119684; }

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

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

background-color css

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

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

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

border-color css

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

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

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