Html Css Color HEX #119999 Java

📋 copy color: '#119999'

red 17 ◦ green 153 ◦ blue 153

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

Shades of Java #119999

Tints of Java #119999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.37%

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

R = 5.26%
G = 47.37%
B = 47.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#119999 (or 0x119999) is known color: Java. HEX triplet: 11, 99 and 99. RGB value is (17,153,153). Sum of RGB (Red+Green+Blue) = 17+153+153=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #119999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119999 is #EE6666. Grayscale: #707070. Windows color (decimal): -15623783 or 10066193. OLE color: 10066193.

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

Color convert

RGB 17 153 153 -
CMYK 0.89 0 0 0.4
HSL 180º 0.8% 0.33% -
HSV(B) 180º 0.89% 0.6% -
XYZ 17.37 25.2 34.09 -
YUV 112.34 150.94 60 -
System Red Green Blue C M Y K H S L
Decimal 17 153 153 0.89 0 0 0.4 180 0.8 0.33
Hex 11 99 99 59 0 0 28 B4 50 21
Octal 21 231 231 131 0 0 50 264 120 41
Binary 10001 10011001 10011001 1011001 0 0 101000 10110100 1010000 100001

Color Harmonies of #119999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119999

Black with #119999

Text Example


Text Example

White with #119999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119999; }

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

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

background-color css

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

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

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

border-color css

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

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

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