Html Css Color HEX #119394 Java

📋 copy color: '#119394'

red 17 ◦ green 147 ◦ blue 148

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

Shades of Java #119394

Tints of Java #119394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.12%

 BLUE value IS 148 (58.2% from 255) = 47.44%

R = 5.45%
G = 47.12%
B = 47.44%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#119394 (or 0x119394) is known color: Java. HEX triplet: 11, 93 and 94. RGB value is (17,147,148). Sum of RGB (Red+Green+Blue) = 17+147+148=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #119394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119394 is #EE6C6B. Grayscale: #6C6C6C. Windows color (decimal): -15625324 or 9736977. OLE color: 9736977.

HSL color Cylindrical-coordinate representation of color #119394: hue angle of 180.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119394 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 147 148 -
CMYK 0.89 0.01 0 0.42
HSL 180.46º 0.79% 0.32% -
HSV(B) 180.46º 0.89% 0.58% -
XYZ 16.01 23.12 31.64 -
YUV 108.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 17 147 148 0.89 0.01 0 0.42 180.46 0.79 0.32
Hex 11 93 94 59 1 0 2A B4 4F 20
Octal 21 223 224 131 1 0 52 264 117 40
Binary 10001 10010011 10010100 1011001 1 0 101010 10110100 1001111 100000

Color Harmonies of #119394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119394

Black with #119394

Text Example


Text Example

White with #119394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119394; }

 p { color: rgb(17,147,148); }

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

background-color css

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

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

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

border-color css

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

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

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