Html Css Color HEX #199284 Java

📋 copy color: '#199284'

red 25 ◦ green 146 ◦ blue 132

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

Shades of Java #199284

Tints of Java #199284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.56%

R = 8.25%
G = 48.18%
B = 43.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#199284 (or 0x199284) is known color: Java. HEX triplet: 19, 92 and 84. RGB value is (25,146,132). Sum of RGB (Red+Green+Blue) = 25+146+132=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #199284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199284 is #E66D7B. Grayscale: #6C6C6C. Windows color (decimal): -15101308 or 8688153. OLE color: 8688153.

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

Color convert

RGB 25 146 132 -
CMYK 0.83 0 0.10 0.43
HSL 173.06º 0.71% 0.34% -
HSV(B) 173.06º 0.83% 0.57% -
XYZ 14.84 22.43 25.38 -
YUV 108.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 25 146 132 0.83 0 0.10 0.43 173.06 0.71 0.34
Hex 19 92 84 53 0 A 2B AD 47 22
Octal 31 222 204 123 0 12 53 255 107 42
Binary 11001 10010010 10000100 1010011 0 1010 101011 10101101 1000111 100010

Color Harmonies of #199284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199284

Black with #199284

Text Example


Text Example

White with #199284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199284; }

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

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

background-color css

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

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

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

border-color css

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

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

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