Html Css Color HEX #199190 Java

📋 copy color: '#199190'

red 25 ◦ green 145 ◦ blue 144

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

Shades of Java #199190

Tints of Java #199190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 7.96%
G = 46.18%
B = 45.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#199190 (or 0x199190) is known color: Java. HEX triplet: 19, 91 and 90. RGB value is (25,145,144). Sum of RGB (Red+Green+Blue) = 25+145+144=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #199190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199190 is #E66E6F. Grayscale: #6C6C6C. Windows color (decimal): -15101552 or 9474329. OLE color: 9474329.

HSL color Cylindrical-coordinate representation of color #199190: hue angle of 179.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199190 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 144 -
CMYK 0.83 0 0.01 0.43
HSL 179.5º 0.71% 0.33% -
HSV(B) 179.5º 0.83% 0.57% -
XYZ 15.56 22.47 29.9 -
YUV 109.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 25 145 144 0.83 0 0.01 0.43 179.5 0.71 0.33
Hex 19 91 90 53 0 1 2B B4 47 21
Octal 31 221 220 123 0 1 53 264 107 41
Binary 11001 10010001 10010000 1010011 0 1 101011 10110100 1000111 100001

Color Harmonies of #199190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199190

Black with #199190

Text Example


Text Example

White with #199190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199190; }

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

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

background-color css

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

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

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

border-color css

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

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

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