Html Css Color HEX #119296 Java

📋 copy color: '#119296'

red 17 ◦ green 146 ◦ blue 150

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

Shades of Java #119296

Tints of Java #119296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.65%

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

R = 5.43%
G = 46.65%
B = 47.92%

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

#119296 (or 0x119296) is known color: Java. HEX triplet: 11, 92 and 96. RGB value is (17,146,150). Sum of RGB (Red+Green+Blue) = 17+146+150=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #119296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119296 is #EE6D69. Grayscale: #6B6B6B. Windows color (decimal): -15625578 or 9867793. OLE color: 9867793.

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

Color convert

RGB 17 146 150 -
CMYK 0.89 0.03 0 0.41
HSL 181.8º 0.8% 0.33% -
HSV(B) 181.8º 0.89% 0.59% -
XYZ 16.02 22.88 32.43 -
YUV 107.89 151.76 63.17 -
System Red Green Blue C M Y K H S L
Decimal 17 146 150 0.89 0.03 0 0.41 181.8 0.8 0.33
Hex 11 92 96 59 3 0 29 B6 50 21
Octal 21 222 226 131 3 0 51 266 120 41
Binary 10001 10010010 10010110 1011001 11 0 101001 10110110 1010000 100001

Color Harmonies of #119296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119296

Black with #119296

Text Example


Text Example

White with #119296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119296; }

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

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

background-color css

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

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

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

border-color css

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

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

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