Html Css Color HEX #199382 Java

📋 copy color: '#199382'

red 25 ◦ green 147 ◦ blue 130

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

Shades of Java #199382

Tints of Java #199382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.68%

 BLUE value IS 130 (51.17% from 255) = 43.05%

R = 8.28%
G = 48.68%
B = 43.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#199382 (or 0x199382) is known color: Java. HEX triplet: 19, 93 and 82. RGB value is (25,147,130). Sum of RGB (Red+Green+Blue) = 25+147+130=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #199382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199382 is #E66C7D. Grayscale: #6C6C6C. Windows color (decimal): -15101054 or 8557337. OLE color: 8557337.

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

Color convert

RGB 25 147 130 -
CMYK 0.83 0 0.12 0.42
HSL 171.64º 0.71% 0.34% -
HSV(B) 171.64º 0.83% 0.58% -
XYZ 14.86 22.69 24.71 -
YUV 108.58 140.08 68.38 -
System Red Green Blue C M Y K H S L
Decimal 25 147 130 0.83 0 0.12 0.42 171.64 0.71 0.34
Hex 19 93 82 53 0 C 2A AC 47 22
Octal 31 223 202 123 0 14 52 254 107 42
Binary 11001 10010011 10000010 1010011 0 1100 101010 10101100 1000111 100010

Color Harmonies of #199382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199382

Black with #199382

Text Example


Text Example

White with #199382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199382; }

 p { color: rgb(25,147,130); }

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

background-color css

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

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

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

border-color css

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

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

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