Html Css Color HEX #119184 Dark Cyan

📋 copy color: '#119184'

red 17 ◦ green 145 ◦ blue 132

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

Shades of Dark Cyan #119184

Tints of Dark Cyan #119184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.32%

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

R = 5.78%
G = 49.32%
B = 44.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#119184 (or 0x119184) is known color: Dark Cyan. HEX triplet: 11, 91 and 84. RGB value is (17,145,132). Sum of RGB (Red+Green+Blue) = 17+145+132=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #119184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119184 is #EE6E7B. Grayscale: #696969. Windows color (decimal): -15625852 or 8687889. OLE color: 8687889.

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

Color convert

RGB 17 145 132 -
CMYK 0.88 0 0.09 0.43
HSL 173.91º 0.79% 0.32% -
HSV(B) 173.91º 0.88% 0.57% -
XYZ 14.52 22.04 25.32 -
YUV 105.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 17 145 132 0.88 0 0.09 0.43 173.91 0.79 0.32
Hex 11 91 84 58 0 9 2B AE 4F 20
Octal 21 221 204 130 0 11 53 256 117 40
Binary 10001 10010001 10000100 1011000 0 1001 101011 10101110 1001111 100000

Color Harmonies of #119184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119184

Black with #119184

Text Example


Text Example

White with #119184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119184; }

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

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

background-color css

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

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

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

border-color css

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

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

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