Html Css Color HEX #119794 Java

📋 copy color: '#119794'

red 17 ◦ green 151 ◦ blue 148

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

Shades of Java #119794

Tints of Java #119794

RGB

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

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

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

R = 5.38%
G = 47.78%
B = 46.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#119794 (or 0x119794) is known color: Java. HEX triplet: 11, 97 and 94. RGB value is (17,151,148). Sum of RGB (Red+Green+Blue) = 17+151+148=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #119794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119794 is #EE686B. Grayscale: #6E6E6E. Windows color (decimal): -15624300 or 9738001. OLE color: 9738001.

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

Color convert

RGB 17 151 148 -
CMYK 0.89 0 0.02 0.41
HSL 178.66º 0.8% 0.33% -
HSV(B) 178.66º 0.89% 0.59% -
XYZ 16.64 24.39 31.85 -
YUV 110.59 149.11 61.24 -
System Red Green Blue C M Y K H S L
Decimal 17 151 148 0.89 0 0.02 0.41 178.66 0.8 0.33
Hex 11 97 94 59 0 2 29 B3 50 21
Octal 21 227 224 131 0 2 51 263 120 41
Binary 10001 10010111 10010100 1011001 0 10 101001 10110011 1010000 100001

Color Harmonies of #119794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119794

Black with #119794

Text Example


Text Example

White with #119794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119794; }

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

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

background-color css

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

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

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

border-color css

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

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

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