Html Css Color HEX #119696 Java

📋 copy color: '#119696'

red 17 ◦ green 150 ◦ blue 150

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

Shades of Java #119696

Tints of Java #119696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.32%

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

R = 5.36%
G = 47.32%
B = 47.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#119696 (or 0x119696) is known color: Java. HEX triplet: 11, 96 and 96. RGB value is (17,150,150). Sum of RGB (Red+Green+Blue) = 17+150+150=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #119696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119696 is #EE6969. Grayscale: #6E6E6E. Windows color (decimal): -15624554 or 9868817. OLE color: 9868817.

HSL color Cylindrical-coordinate representation of color #119696: hue angle of 180º 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 #119696 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 150 -
CMYK 0.89 0 0 0.41
HSL 180º 0.8% 0.33% -
HSV(B) 180º 0.89% 0.59% -
XYZ 16.64 24.13 32.64 -
YUV 110.23 150.44 61.5 -
System Red Green Blue C M Y K H S L
Decimal 17 150 150 0.89 0 0 0.41 180 0.8 0.33
Hex 11 96 96 59 0 0 29 B4 50 21
Octal 21 226 226 131 0 0 51 264 120 41
Binary 10001 10010110 10010110 1011001 0 0 101001 10110100 1010000 100001

Color Harmonies of #119696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119696

Black with #119696

Text Example


Text Example

White with #119696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119696; }

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

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

background-color css

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

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

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

border-color css

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

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

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