#19A39F

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

Shades of Java #19A39F

Tints of Java #19A39F

Color information

#19A39F (or 0x19A39F) is unknown color: approx Java. HEX triplet: 19, A3 and 9F. RGB value is (25,163,159). Sum of RGB (Red+Green+Blue) = 25+163+159=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #19A39F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A39F is #E65C60. Grayscale: #797979. Windows color (decimal): -15096929 or 10461977. OLE color: 10461977.

HSL color Cylindrical-coordinate representation of color #19A39F: hue angle of 178.26º 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 #19A39F is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB25163159-
CMYK0.8500.020.36
HSL178.26º73.4%36.86%-
HSV(B)178.26º84.66%63.92%-
XYZ19.7628.937.34-
YUV121.28149.2859.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.20%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=7.20%
G=46.97%
B=45.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal251631590.8500.020.36178.2673.436.86
Hex19A39F550224b24925
Octal31243237125024426211145
Binary1100110100011100111111010101010100100101100101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,163,159); }

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

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

 a { background-color: rgb(25,163,159); }

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

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

 span { border-color: rgb(25,163,159); }

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