Html Css Color HEX #19A495 Java

📋 copy color: '#19A495'

red 25 ◦ green 164 ◦ blue 149

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

Shades of Java #19A495

Tints of Java #19A495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.52%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 7.4%
G = 48.52%
B = 44.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#19A495 (or 0x19A495) is known color: Java. HEX triplet: 19, A4 and 95. RGB value is (25,164,149). Sum of RGB (Red+Green+Blue) = 25+164+149=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #19A495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A495 is #E65B6A. Grayscale: #787878. Windows color (decimal): -15096683 or 9806873. OLE color: 9806873.

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

Color convert

RGB 25 164 149 -
CMYK 0.85 0 0.09 0.36
HSL 173.53º 0.74% 0.37% -
HSV(B) 173.53º 0.85% 0.64% -
XYZ 19.1 28.93 33.01 -
YUV 120.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 25 164 149 0.85 0 0.09 0.36 173.53 0.74 0.37
Hex 19 A4 95 55 0 9 24 AE 4A 25
Octal 31 244 225 125 0 11 44 256 112 45
Binary 11001 10100100 10010101 1010101 0 1001 100100 10101110 1001010 100101

Color Harmonies of #19A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A495

Black with #19A495

Text Example


Text Example

White with #19A495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,164,149); }

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

background-color css

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

 a { background-color: rgb(25,164,149); }

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

border-color css

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

 span { border-color: rgb(25,164,149); }

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