Html Css Color HEX #119790 Java

📋 copy color: '#119790'

red 17 ◦ green 151 ◦ blue 144

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

Shades of Java #119790

Tints of Java #119790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 5.45%
G = 48.4%
B = 46.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#119790 (or 0x119790) is known color: Java. HEX triplet: 11, 97 and 90. RGB value is (17,151,144). Sum of RGB (Red+Green+Blue) = 17+151+144=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #119790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119790 is #EE686F. Grayscale: #6E6E6E. Windows color (decimal): -15624304 or 9475857. OLE color: 9475857.

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

Color convert

RGB 17 151 144 -
CMYK 0.89 0 0.05 0.41
HSL 176.87º 0.8% 0.33% -
HSV(B) 176.87º 0.89% 0.59% -
XYZ 16.33 24.27 30.21 -
YUV 110.14 147.11 61.57 -
System Red Green Blue C M Y K H S L
Decimal 17 151 144 0.89 0 0.05 0.41 176.87 0.8 0.33
Hex 11 97 90 59 0 5 29 B1 50 21
Octal 21 227 220 131 0 5 51 261 120 41
Binary 10001 10010111 10010000 1011001 0 101 101001 10110001 1010000 100001

Color Harmonies of #119790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119790

Black with #119790

Text Example


Text Example

White with #119790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119790; }

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

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

background-color css

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

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

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

border-color css

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

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

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