Html Css Color HEX #119996 Java

📋 copy color: '#119996'

red 17 ◦ green 153 ◦ blue 150

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

Shades of Java #119996

Tints of Java #119996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 5.31%
G = 47.81%
B = 46.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#119996 (or 0x119996) is known color: Java. HEX triplet: 11, 99 and 96. RGB value is (17,153,150). Sum of RGB (Red+Green+Blue) = 17+153+150=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #119996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119996 is #EE6669. Grayscale: #6F6F6F. Windows color (decimal): -15623786 or 9869585. OLE color: 9869585.

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

Color convert

RGB 17 153 150 -
CMYK 0.89 0 0.02 0.4
HSL 178.68º 0.8% 0.33% -
HSV(B) 178.68º 0.89% 0.6% -
XYZ 17.13 25.1 32.8 -
YUV 111.99 149.44 60.24 -
System Red Green Blue C M Y K H S L
Decimal 17 153 150 0.89 0 0.02 0.4 178.68 0.8 0.33
Hex 11 99 96 59 0 2 28 B3 50 21
Octal 21 231 226 131 0 2 50 263 120 41
Binary 10001 10011001 10010110 1011001 0 10 101000 10110011 1010000 100001

Color Harmonies of #119996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119996

Black with #119996

Text Example


Text Example

White with #119996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119996; }

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

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

background-color css

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

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

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

border-color css

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

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

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