Html Css Color HEX #119196 Java

📋 copy color: '#119196'

red 17 ◦ green 145 ◦ blue 150

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

Shades of Java #119196

Tints of Java #119196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 5.45%
G = 46.47%
B = 48.08%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#119196 (or 0x119196) is known color: Java. HEX triplet: 11, 91 and 96. RGB value is (17,145,150). Sum of RGB (Red+Green+Blue) = 17+145+150=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #119196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119196 is #EE6E69. Grayscale: #6B6B6B. Windows color (decimal): -15625834 or 9867537. OLE color: 9867537.

HSL color Cylindrical-coordinate representation of color #119196: hue angle of 182.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119196 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 145 150 -
CMYK 0.89 0.03 0 0.41
HSL 182.26º 0.8% 0.33% -
HSV(B) 182.26º 0.89% 0.59% -
XYZ 15.86 22.57 32.38 -
YUV 107.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 17 145 150 0.89 0.03 0 0.41 182.26 0.8 0.33
Hex 11 91 96 59 3 0 29 B6 50 21
Octal 21 221 226 131 3 0 51 266 120 41
Binary 10001 10010001 10010110 1011001 11 0 101001 10110110 1010000 100001

Color Harmonies of #119196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119196

Black with #119196

Text Example


Text Example

White with #119196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119196; }

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

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

background-color css

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

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

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

border-color css

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

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

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