Html Css Color HEX #119795 Java

📋 copy color: '#119795'

red 17 ◦ green 151 ◦ blue 149

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

Shades of Java #119795

Tints of Java #119795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 149 (58.59% from 255) = 47%

R = 5.36%
G = 47.63%
B = 47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#119795 (or 0x119795) is known color: Java. HEX triplet: 11, 97 and 95. RGB value is (17,151,149). Sum of RGB (Red+Green+Blue) = 17+151+149=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #119795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119795 is #EE686A. Grayscale: #6E6E6E. Windows color (decimal): -15624299 or 9803537. OLE color: 9803537.

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

Color convert

RGB 17 151 149 -
CMYK 0.89 0 0.01 0.41
HSL 179.1º 0.8% 0.33% -
HSV(B) 179.1º 0.89% 0.59% -
XYZ 16.72 24.42 32.27 -
YUV 110.71 149.61 61.16 -
System Red Green Blue C M Y K H S L
Decimal 17 151 149 0.89 0 0.01 0.41 179.1 0.8 0.33
Hex 11 97 95 59 0 1 29 B3 50 21
Octal 21 227 225 131 0 1 51 263 120 41
Binary 10001 10010111 10010101 1011001 0 1 101001 10110011 1010000 100001

Color Harmonies of #119795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119795

Black with #119795

Text Example


Text Example

White with #119795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119795; }

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

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

background-color css

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

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

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

border-color css

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

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

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