Html Css Color HEX #199182 Java

📋 copy color: '#199182'

red 25 ◦ green 145 ◦ blue 130

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

Shades of Java #199182

Tints of Java #199182

RGB

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

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

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

R = 8.33%
G = 48.33%
B = 43.33%

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

#199182 (or 0x199182) is known color: Java. HEX triplet: 19, 91 and 82. RGB value is (25,145,130). Sum of RGB (Red+Green+Blue) = 25+145+130=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #199182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199182 is #E66E7D. Grayscale: #6B6B6B. Windows color (decimal): -15101566 or 8556825. OLE color: 8556825.

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

Color convert

RGB 25 145 130 -
CMYK 0.83 0 0.10 0.43
HSL 172.5º 0.71% 0.33% -
HSV(B) 172.5º 0.83% 0.57% -
XYZ 14.56 22.07 24.61 -
YUV 107.41 140.74 69.22 -
System Red Green Blue C M Y K H S L
Decimal 25 145 130 0.83 0 0.10 0.43 172.5 0.71 0.33
Hex 19 91 82 53 0 A 2B AC 47 21
Octal 31 221 202 123 0 12 53 254 107 41
Binary 11001 10010001 10000010 1010011 0 1010 101011 10101100 1000111 100001

Color Harmonies of #199182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199182

Black with #199182

Text Example


Text Example

White with #199182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199182; }

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

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

background-color css

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

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

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

border-color css

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

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

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