Html Css Color HEX #119599 Java

📋 copy color: '#119599'

red 17 ◦ green 149 ◦ blue 153

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

Shades of Java #119599

Tints of Java #119599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.96%

R = 5.33%
G = 46.71%
B = 47.96%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#119599 (or 0x119599) is known color: Java. HEX triplet: 11, 95 and 99. RGB value is (17,149,153). Sum of RGB (Red+Green+Blue) = 17+149+153=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #119599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119599 is #EE6A66. Grayscale: #6D6D6D. Windows color (decimal): -15624807 or 10065169. OLE color: 10065169.

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

Color convert

RGB 17 149 153 -
CMYK 0.89 0.03 0 0.4
HSL 181.76º 0.8% 0.33% -
HSV(B) 181.76º 0.89% 0.6% -
XYZ 16.73 23.91 33.87 -
YUV 109.99 152.27 61.67 -
System Red Green Blue C M Y K H S L
Decimal 17 149 153 0.89 0.03 0 0.4 181.76 0.8 0.33
Hex 11 95 99 59 3 0 28 B6 50 21
Octal 21 225 231 131 3 0 50 266 120 41
Binary 10001 10010101 10011001 1011001 11 0 101000 10110110 1010000 100001

Color Harmonies of #119599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119599

Black with #119599

Text Example


Text Example

White with #119599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119599; }

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

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

background-color css

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

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

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

border-color css

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

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

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