Html Css Color HEX #119793 Java

📋 copy color: '#119793'

red 17 ◦ green 151 ◦ blue 147

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

Shades of Java #119793

Tints of Java #119793

RGB

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

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

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

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

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

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

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

Color convert

RGB 17 151 147 -
CMYK 0.89 0 0.03 0.41
HSL 178.21º 0.8% 0.33% -
HSV(B) 178.21º 0.89% 0.59% -
XYZ 16.56 24.36 31.43 -
YUV 110.48 148.61 61.33 -
System Red Green Blue C M Y K H S L
Decimal 17 151 147 0.89 0 0.03 0.41 178.21 0.8 0.33
Hex 11 97 93 59 0 3 29 B2 50 21
Octal 21 227 223 131 0 3 51 262 120 41
Binary 10001 10010111 10010011 1011001 0 11 101001 10110010 1010000 100001

Color Harmonies of #119793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119793

Black with #119793

Text Example


Text Example

White with #119793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119793; }

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

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

background-color css

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

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

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

border-color css

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

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

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