Html Css Color HEX #119391 Dark Cyan

📋 copy color: '#119391'

red 17 ◦ green 147 ◦ blue 145

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

Shades of Dark Cyan #119391

Tints of Dark Cyan #119391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 5.5%
G = 47.57%
B = 46.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#119391 (or 0x119391) is known color: Dark Cyan. HEX triplet: 11, 93 and 91. RGB value is (17,147,145). Sum of RGB (Red+Green+Blue) = 17+147+145=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #119391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119391 is #EE6C6E. Grayscale: #6B6B6B. Windows color (decimal): -15625327 or 9540369. OLE color: 9540369.

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

Color convert

RGB 17 147 145 -
CMYK 0.88 0 0.01 0.42
HSL 179.08º 0.79% 0.32% -
HSV(B) 179.08º 0.88% 0.58% -
XYZ 15.78 23.03 30.4 -
YUV 107.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 17 147 145 0.88 0 0.01 0.42 179.08 0.79 0.32
Hex 11 93 91 58 0 1 2A B3 4F 20
Octal 21 223 221 130 0 1 52 263 117 40
Binary 10001 10010011 10010001 1011000 0 1 101010 10110011 1001111 100000

Color Harmonies of #119391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119391

Black with #119391

Text Example


Text Example

White with #119391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119391; }

 p { color: rgb(17,147,145); }

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

background-color css

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

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

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

border-color css

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

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

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