Html Css Color HEX #119182 Dark Cyan

📋 copy color: '#119182'

red 17 ◦ green 145 ◦ blue 130

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

Shades of Dark Cyan #119182

Tints of Dark Cyan #119182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.52%

R = 5.82%
G = 49.66%
B = 44.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#119182 (or 0x119182) is known color: Dark Cyan. HEX triplet: 11, 91 and 82. RGB value is (17,145,130). Sum of RGB (Red+Green+Blue) = 17+145+130=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #119182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119182 is #EE6E7D. Grayscale: #686868. Windows color (decimal): -15625854 or 8556817. OLE color: 8556817.

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

Color convert

RGB 17 145 130 -
CMYK 0.88 0 0.10 0.43
HSL 172.97º 0.79% 0.32% -
HSV(B) 172.97º 0.88% 0.57% -
XYZ 14.39 21.98 24.6 -
YUV 105.02 142.09 65.22 -
System Red Green Blue C M Y K H S L
Decimal 17 145 130 0.88 0 0.10 0.43 172.97 0.79 0.32
Hex 11 91 82 58 0 A 2B AD 4F 20
Octal 21 221 202 130 0 12 53 255 117 40
Binary 10001 10010001 10000010 1011000 0 1010 101011 10101101 1001111 100000

Color Harmonies of #119182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119182

Black with #119182

Text Example


Text Example

White with #119182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119182; }

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

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

background-color css

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

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

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

border-color css

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

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

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