Html Css Color HEX #119C9B Java

📋 copy color: '#119C9B'

red 17 ◦ green 156 ◦ blue 155

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

Shades of Java #119C9B

Tints of Java #119C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.56%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 5.18%
G = 47.56%
B = 47.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#119C9B (or 0x119C9B) is known color: Java. HEX triplet: 11, 9C and 9B. RGB value is (17,156,155). Sum of RGB (Red+Green+Blue) = 17+156+155=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #119C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119C9B is #EE6364. Grayscale: #727272. Windows color (decimal): -15623013 or 10198033. OLE color: 10198033.

HSL color Cylindrical-coordinate representation of color #119C9B: hue angle of 179.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119C9B is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 156 155 -
CMYK 0.89 0 0.01 0.39
HSL 179.57º 0.8% 0.34% -
HSV(B) 179.57º 0.89% 0.61% -
XYZ 18.04 26.26 35.13 -
YUV 114.33 150.95 58.58 -
System Red Green Blue C M Y K H S L
Decimal 17 156 155 0.89 0 0.01 0.39 179.57 0.8 0.34
Hex 11 9C 9B 59 0 1 27 B4 50 22
Octal 21 234 233 131 0 1 47 264 120 42
Binary 10001 10011100 10011011 1011001 0 1 100111 10110100 1010000 100010

Color Harmonies of #119C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119C9B

Black with #119C9B

Text Example


Text Example

White with #119C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119C9B; }

 p { color: rgb(17,156,155); }

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

background-color css

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

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

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

border-color css

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

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

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