Html Css Color HEX #19A0A4 Java

📋 copy color: '#19A0A4'

red 25 ◦ green 160 ◦ blue 164

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

Shades of Java #19A0A4

Tints of Java #19A0A4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.85%

 BLUE value IS 164 (64.45% from 255) = 46.99%

R = 7.16%
G = 45.85%
B = 46.99%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#19A0A4 (or 0x19A0A4) is known color: Java. HEX triplet: 19, A0 and A4. RGB value is (25,160,164). Sum of RGB (Red+Green+Blue) = 25+160+164=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #19A0A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A0A4 is #E65F5B. Grayscale: #777777. Windows color (decimal): -15097692 or 10788889. OLE color: 10788889.

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

Color convert

RGB 25 160 164 -
CMYK 0.85 0.02 0 0.36
HSL 181.73º 0.74% 0.37% -
HSV(B) 181.73º 0.85% 0.64% -
XYZ 19.67 28.03 39.5 -
YUV 120.09 152.77 60.17 -
System Red Green Blue C M Y K H S L
Decimal 25 160 164 0.85 0.02 0 0.36 181.73 0.74 0.37
Hex 19 A0 A4 55 2 0 24 B6 4A 25
Octal 31 240 244 125 2 0 44 266 112 45
Binary 11001 10100000 10100100 1010101 10 0 100100 10110110 1001010 100101

Color Harmonies of #19A0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A0A4

Black with #19A0A4

Text Example


Text Example

White with #19A0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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