Html Css Color HEX #199082 Java

📋 copy color: '#199082'

red 25 ◦ green 144 ◦ blue 130

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

Shades of Java #199082

Tints of Java #199082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.16%

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

R = 8.36%
G = 48.16%
B = 43.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#199082 (or 0x199082) is known color: Java. HEX triplet: 19, 90 and 82. RGB value is (25,144,130). Sum of RGB (Red+Green+Blue) = 25+144+130=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #199082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199082 is #E66F7D. Grayscale: #6A6A6A. Windows color (decimal): -15101822 or 8556569. OLE color: 8556569.

HSL color Cylindrical-coordinate representation of color #199082: hue angle of 172.94º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199082 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 144 130 -
CMYK 0.83 0 0.10 0.44
HSL 172.94º 0.7% 0.33% -
HSV(B) 172.94º 0.83% 0.56% -
XYZ 14.4 21.76 24.56 -
YUV 106.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 25 144 130 0.83 0 0.10 0.44 172.94 0.7 0.33
Hex 19 90 82 53 0 A 2C AD 46 21
Octal 31 220 202 123 0 12 54 255 106 41
Binary 11001 10010000 10000010 1010011 0 1010 101100 10101101 1000110 100001

Color Harmonies of #199082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199082

Black with #199082

Text Example


Text Example

White with #199082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199082; }

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

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

background-color css

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

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

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

border-color css

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

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

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