Html Css Color HEX #119080 Dark Cyan

📋 copy color: '#119080'

red 17 ◦ green 144 ◦ blue 128

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

Shades of Dark Cyan #119080

Tints of Dark Cyan #119080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.83%

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 5.88%
G = 49.83%
B = 44.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#119080 (or 0x119080) is known color: Dark Cyan. HEX triplet: 11, 90 and 80. RGB value is (17,144,128). Sum of RGB (Red+Green+Blue) = 17+144+128=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #119080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119080 is #EE6F7F. Grayscale: #686868. Windows color (decimal): -15626112 or 8425489. OLE color: 8425489.

HSL color Cylindrical-coordinate representation of color #119080: hue angle of 172.44º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119080 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 144 128 -
CMYK 0.88 0 0.11 0.44
HSL 172.44º 0.79% 0.32% -
HSV(B) 172.44º 0.88% 0.56% -
XYZ 14.1 21.62 23.85 -
YUV 104.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 17 144 128 0.88 0 0.11 0.44 172.44 0.79 0.32
Hex 11 90 80 58 0 B 2C AC 4F 20
Octal 21 220 200 130 0 13 54 254 117 40
Binary 10001 10010000 10000000 1011000 0 1011 101100 10101100 1001111 100000

Color Harmonies of #119080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119080

Black with #119080

Text Example


Text Example

White with #119080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119080; }

 p { color: rgb(17,144,128); }

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

background-color css

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

 a { background-color: rgb(17,144,128); }

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

border-color css

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

 span { border-color: rgb(17,144,128); }

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