#199082

Color #199082 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #199082

Tints of Java #199082

Color information

#199082 (or 0x199082) is unknown color: approx 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

RGB25144130-
CMYK0.8300.100.44
HSL172.94º70.41%33.14%-
HSV(B)172.94º82.64%56.47%-
XYZ14.421.7624.56-
YUV106.82141.0869.64-

RGB Variations

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

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 (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251441300.8300.100.44172.9470.4133.14
Hex199082530A2Cad4621
Octal312202021230125425510641
Binary110011001000010000010101001101010101100101011011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>