Html Css Color HEX #199196 Java

📋 copy color: '#199196'

red 25 ◦ green 145 ◦ blue 150

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

Shades of Java #199196

Tints of Java #199196

RGB

 RED value IS 25 (10.16% from 255) = 7.81%

 GREEN value IS 145 (57.03% from 255) = 45.31%

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

R = 7.81%
G = 45.31%
B = 46.88%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#199196 (or 0x199196) is known color: Java. HEX triplet: 19, 91 and 96. RGB value is (25,145,150). Sum of RGB (Red+Green+Blue) = 25+145+150=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #199196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199196 is #E66E69. Grayscale: #6D6D6D. Windows color (decimal): -15101546 or 9867545. OLE color: 9867545.

HSL color Cylindrical-coordinate representation of color #199196: hue angle of 182.4º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199196 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 145 150 -
CMYK 0.83 0.03 0 0.41
HSL 182.4º 0.71% 0.34% -
HSV(B) 182.4º 0.83% 0.59% -
XYZ 16.03 22.66 32.38 -
YUV 109.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 25 145 150 0.83 0.03 0 0.41 182.4 0.71 0.34
Hex 19 91 96 53 3 0 29 B6 47 22
Octal 31 221 226 123 3 0 51 266 107 42
Binary 11001 10010001 10010110 1010011 11 0 101001 10110110 1000111 100010

Color Harmonies of #199196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199196

Black with #199196

Text Example


Text Example

White with #199196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199196; }

 p { color: rgb(25,145,150); }

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

background-color css

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

 a { background-color: rgb(25,145,150); }

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

border-color css

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

 span { border-color: rgb(25,145,150); }

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