Html Css Color HEX #119595 Java

📋 copy color: '#119595'

red 17 ◦ green 149 ◦ blue 149

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

Shades of Java #119595

Tints of Java #119595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

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

R = 5.4%
G = 47.3%
B = 47.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#119595 (or 0x119595) is known color: Java. HEX triplet: 11, 95 and 95. RGB value is (17,149,149). Sum of RGB (Red+Green+Blue) = 17+149+149=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #119595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119595 is #EE6A6A. Grayscale: #6D6D6D. Windows color (decimal): -15624811 or 9803025. OLE color: 9803025.

HSL color Cylindrical-coordinate representation of color #119595: hue angle of 180º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119595 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 149 -
CMYK 0.89 0 0 0.42
HSL 180º 0.8% 0.33% -
HSV(B) 180º 0.89% 0.58% -
XYZ 16.4 23.78 32.16 -
YUV 109.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 17 149 149 0.89 0 0 0.42 180 0.8 0.33
Hex 11 95 95 59 0 0 2A B4 50 21
Octal 21 225 225 131 0 0 52 264 120 41
Binary 10001 10010101 10010101 1011001 0 0 101010 10110100 1010000 100001

Color Harmonies of #119595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119595

Black with #119595

Text Example


Text Example

White with #119595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119595; }

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

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

background-color css

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

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

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

border-color css

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

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

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