Html Css Color HEX #199286 Java

📋 copy color: '#199286'

red 25 ◦ green 146 ◦ blue 134

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

Shades of Java #199286

Tints of Java #199286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 8.2%
G = 47.87%
B = 43.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#199286 (or 0x199286) is known color: Java. HEX triplet: 19, 92 and 86. RGB value is (25,146,134). Sum of RGB (Red+Green+Blue) = 25+146+134=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #199286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199286 is #E66D79. Grayscale: #6C6C6C. Windows color (decimal): -15101306 or 8819225. OLE color: 8819225.

HSL color Cylindrical-coordinate representation of color #199286: hue angle of 174.05º 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 #199286 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 146 134 -
CMYK 0.83 0 0.08 0.43
HSL 174.05º 0.71% 0.34% -
HSV(B) 174.05º 0.83% 0.57% -
XYZ 14.98 22.49 26.1 -
YUV 108.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 25 146 134 0.83 0 0.08 0.43 174.05 0.71 0.34
Hex 19 92 86 53 0 8 2B AE 47 22
Octal 31 222 206 123 0 10 53 256 107 42
Binary 11001 10010010 10000110 1010011 0 1000 101011 10101110 1000111 100010

Color Harmonies of #199286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199286

Black with #199286

Text Example


Text Example

White with #199286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199286; }

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

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

background-color css

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

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

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

border-color css

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

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

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