Html Css Color HEX #119090 Dark Cyan

📋 copy color: '#119090'

red 17 ◦ green 144 ◦ blue 144

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

Shades of Dark Cyan #119090

Tints of Dark Cyan #119090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 5.57%
G = 47.21%
B = 47.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#119090 (or 0x119090) is known color: Dark Cyan. HEX triplet: 11, 90 and 90. RGB value is (17,144,144). Sum of RGB (Red+Green+Blue) = 17+144+144=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #119090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119090 is #EE6F6F. Grayscale: #696969. Windows color (decimal): -15626096 or 9474065. OLE color: 9474065.

HSL color Cylindrical-coordinate representation of color #119090: hue angle of 180º 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 #119090 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 144 144 -
CMYK 0.88 0 0 0.44
HSL 180º 0.79% 0.32% -
HSV(B) 180º 0.88% 0.56% -
XYZ 15.24 22.08 29.84 -
YUV 106.03 149.42 64.5 -
System Red Green Blue C M Y K H S L
Decimal 17 144 144 0.88 0 0 0.44 180 0.79 0.32
Hex 11 90 90 58 0 0 2C B4 4F 20
Octal 21 220 220 130 0 0 54 264 117 40
Binary 10001 10010000 10010000 1011000 0 0 101100 10110100 1001111 100000

Color Harmonies of #119090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119090

Black with #119090

Text Example


Text Example

White with #119090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119090; }

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

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

background-color css

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

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

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

border-color css

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

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

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