#199AA2

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

Shades of Java #199AA2

Tints of Java #199AA2

Color information

#199AA2 (or 0x199AA2) is unknown color: approx Java. HEX triplet: 19, 9A and A2. RGB value is (25,154,162). Sum of RGB (Red+Green+Blue) = 25+154+162=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #199AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199AA2 is #E6655D. Grayscale: #747474. Windows color (decimal): -15099230 or 10656281. OLE color: 10656281.

HSL color Cylindrical-coordinate representation of color #199AA2: hue angle of 183.5º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199AA2 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB25154162-
CMYK0.850.0500.36
HSL183.5º73.26%36.67%-
HSV(B)183.5º84.57%63.53%-
XYZ18.4825.9338.21-
YUV116.34153.7662.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.33%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 162 (63.67% from 255) = 47.51%
R=7.33%
G=45.16%
B=47.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal251541620.850.0500.36183.573.2636.67
Hex199AA2555024b84925
Octal31232242125504427011145
Binary11001100110101010001010101011010100100101110001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199AA2; }

 p { color: rgb(25,154,162); }

 H1.HeaderClassName
 {
   color: #199AA2;
 }
 .AnyTagClassName
 {
   color: #199AA2;
 }
</style>
background-color css

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

 a { background-color: rgb(25,154,162); }

 div.DivClassName
 {
   background-color: #199AA2;
 }
 .BgClassName
 {
   background-color: #199AA2;
 }
</style>
border-color css

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

 span { border-color: rgb(25,154,162); }

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