Html Css Color HEX #119997 Java

📋 copy color: '#119997'

red 17 ◦ green 153 ◦ blue 151

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

Shades of Java #119997

Tints of Java #119997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.04%

R = 5.3%
G = 47.66%
B = 47.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#119997 (or 0x119997) is known color: Java. HEX triplet: 11, 99 and 97. RGB value is (17,153,151). Sum of RGB (Red+Green+Blue) = 17+153+151=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #119997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119997 is #EE6668. Grayscale: #6F6F6F. Windows color (decimal): -15623785 or 9935121. OLE color: 9935121.

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

Color convert

RGB 17 153 151 -
CMYK 0.89 0 0.01 0.4
HSL 179.12º 0.8% 0.33% -
HSV(B) 179.12º 0.89% 0.6% -
XYZ 17.21 25.14 33.22 -
YUV 112.11 149.94 60.16 -
System Red Green Blue C M Y K H S L
Decimal 17 153 151 0.89 0 0.01 0.4 179.12 0.8 0.33
Hex 11 99 97 59 0 1 28 B3 50 21
Octal 21 231 227 131 0 1 50 263 120 41
Binary 10001 10011001 10010111 1011001 0 1 101000 10110011 1010000 100001

Color Harmonies of #119997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119997

Black with #119997

Text Example


Text Example

White with #119997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119997; }

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

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

background-color css

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

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

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

border-color css

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

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

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