Html Css Color HEX #199292 Java

📋 copy color: '#199292'

red 25 ◦ green 146 ◦ blue 146

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

Shades of Java #199292

Tints of Java #199292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 7.89%
G = 46.06%
B = 46.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#199292 (or 0x199292) is known color: Java. HEX triplet: 19, 92 and 92. RGB value is (25,146,146). Sum of RGB (Red+Green+Blue) = 25+146+146=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #199292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199292 is #E66D6D. Grayscale: #6D6D6D. Windows color (decimal): -15101294 or 9605657. OLE color: 9605657.

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

Color convert

RGB 25 146 146 -
CMYK 0.83 0 0 0.43
HSL 180º 0.71% 0.34% -
HSV(B) 180º 0.83% 0.57% -
XYZ 15.87 22.84 30.77 -
YUV 109.82 148.41 67.5 -
System Red Green Blue C M Y K H S L
Decimal 25 146 146 0.83 0 0 0.43 180 0.71 0.34
Hex 19 92 92 53 0 0 2B B4 47 22
Octal 31 222 222 123 0 0 53 264 107 42
Binary 11001 10010010 10010010 1010011 0 0 101011 10110100 1000111 100010

Color Harmonies of #199292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199292

Black with #199292

Text Example


Text Example

White with #199292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199292; }

 p { color: rgb(25,146,146); }

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

background-color css

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

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

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

border-color css

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

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

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