Html Css Color HEX #119792 Java

📋 copy color: '#119792'

red 17 ◦ green 151 ◦ blue 146

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

Shades of Java #119792

Tints of Java #119792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 5.41%
G = 48.09%
B = 46.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#119792 (or 0x119792) is known color: Java. HEX triplet: 11, 97 and 92. RGB value is (17,151,146). Sum of RGB (Red+Green+Blue) = 17+151+146=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #119792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119792 is #EE686D. Grayscale: #6E6E6E. Windows color (decimal): -15624302 or 9606929. OLE color: 9606929.

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

Color convert

RGB 17 151 146 -
CMYK 0.89 0 0.03 0.41
HSL 177.76º 0.8% 0.33% -
HSV(B) 177.76º 0.89% 0.59% -
XYZ 16.49 24.33 31.02 -
YUV 110.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 17 151 146 0.89 0 0.03 0.41 177.76 0.8 0.33
Hex 11 97 92 59 0 3 29 B2 50 21
Octal 21 227 222 131 0 3 51 262 120 41
Binary 10001 10010111 10010010 1011001 0 11 101001 10110010 1010000 100001

Color Harmonies of #119792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119792

Black with #119792

Text Example


Text Example

White with #119792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119792; }

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

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

background-color css

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

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

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

border-color css

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

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

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