Html Css Color HEX #199482 Java

📋 copy color: '#199482'

red 25 ◦ green 148 ◦ blue 130

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

Shades of Java #199482

Tints of Java #199482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

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

R = 8.25%
G = 48.84%
B = 42.9%

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

#199482 (or 0x199482) is known color: Java. HEX triplet: 19, 94 and 82. RGB value is (25,148,130). Sum of RGB (Red+Green+Blue) = 25+148+130=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #199482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199482 is #E66B7D. Grayscale: #6D6D6D. Windows color (decimal): -15100798 or 8557593. OLE color: 8557593.

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

Color convert

RGB 25 148 130 -
CMYK 0.83 0 0.12 0.42
HSL 171.22º 0.71% 0.34% -
HSV(B) 171.22º 0.83% 0.58% -
XYZ 15.02 23 24.77 -
YUV 109.17 139.75 67.96 -
System Red Green Blue C M Y K H S L
Decimal 25 148 130 0.83 0 0.12 0.42 171.22 0.71 0.34
Hex 19 94 82 53 0 C 2A AB 47 22
Octal 31 224 202 123 0 14 52 253 107 42
Binary 11001 10010100 10000010 1010011 0 1100 101010 10101011 1000111 100010

Color Harmonies of #199482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199482

Black with #199482

Text Example


Text Example

White with #199482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199482; }

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

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

background-color css

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

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

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

border-color css

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

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

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