Html Css Color HEX #119397 Java

📋 copy color: '#119397'

red 17 ◦ green 147 ◦ blue 151

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

Shades of Java #119397

Tints of Java #119397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 5.4%
G = 46.67%
B = 47.94%

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

#119397 (or 0x119397) is known color: Java. HEX triplet: 11, 93 and 97. RGB value is (17,147,151). Sum of RGB (Red+Green+Blue) = 17+147+151=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #119397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119397 is #EE6C68. Grayscale: #6C6C6C. Windows color (decimal): -15625321 or 9933585. OLE color: 9933585.

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

Color convert

RGB 17 147 151 -
CMYK 0.89 0.03 0 0.41
HSL 181.79º 0.8% 0.33% -
HSV(B) 181.79º 0.89% 0.59% -
XYZ 16.25 23.22 32.9 -
YUV 108.59 151.93 62.67 -
System Red Green Blue C M Y K H S L
Decimal 17 147 151 0.89 0.03 0 0.41 181.79 0.8 0.33
Hex 11 93 97 59 3 0 29 B6 50 21
Octal 21 223 227 131 3 0 51 266 120 41
Binary 10001 10010011 10010111 1011001 11 0 101001 10110110 1010000 100001

Color Harmonies of #119397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119397

Black with #119397

Text Example


Text Example

White with #119397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119397; }

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

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

background-color css

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

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

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

border-color css

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

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

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