Html Css Color HEX #119C99 Java

📋 copy color: '#119C99'

red 17 ◦ green 156 ◦ blue 153

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

Shades of Java #119C99

Tints of Java #119C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.85%

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

R = 5.21%
G = 47.85%
B = 46.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#119C99 (or 0x119C99) is known color: Java. HEX triplet: 11, 9C and 99. RGB value is (17,156,153). Sum of RGB (Red+Green+Blue) = 17+156+153=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #119C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119C99 is #EE6366. Grayscale: #717171. Windows color (decimal): -15623015 or 10066961. OLE color: 10066961.

HSL color Cylindrical-coordinate representation of color #119C99: hue angle of 178.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119C99 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 156 153 -
CMYK 0.89 0 0.02 0.39
HSL 178.71º 0.8% 0.34% -
HSV(B) 178.71º 0.89% 0.61% -
XYZ 17.87 26.2 34.25 -
YUV 114.1 149.95 58.74 -
System Red Green Blue C M Y K H S L
Decimal 17 156 153 0.89 0 0.02 0.39 178.71 0.8 0.34
Hex 11 9C 99 59 0 2 27 B3 50 22
Octal 21 234 231 131 0 2 47 263 120 42
Binary 10001 10011100 10011001 1011001 0 10 100111 10110011 1010000 100010

Color Harmonies of #119C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119C99

Black with #119C99

Text Example


Text Example

White with #119C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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