#19A196

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

Shades of Java #19A196

Tints of Java #19A196

Color information

#19A196 (or 0x19A196) is unknown color: approx Java. HEX triplet: 19, A1 and 96. RGB value is (25,161,150). Sum of RGB (Red+Green+Blue) = 25+161+150=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #19A196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A196 is #E65E69. Grayscale: #767676. Windows color (decimal): -15097450 or 9871641. OLE color: 9871641.

HSL color Cylindrical-coordinate representation of color #19A196: hue angle of 175.15º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A196 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB25161150-
CMYK0.8400.070.37
HSL175.15º73.12%36.47%-
HSV(B)175.15º84.47%63.14%-
XYZ18.6527.933.26-
YUV119.08145.4460.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.44%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=7.44%
G=47.92%
B=44.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251611500.8400.070.37175.1573.1236.47
Hex19A196540725af4924
Octal31241226124074525711144
Binary11001101000011001011010101000111100101101011111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A196; }

 p { color: rgb(25,161,150); }

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

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

 a { background-color: rgb(25,161,150); }

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

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

 span { border-color: rgb(25,161,150); }

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