Html Css Color HEX #19A0A5 Java

📋 copy color: '#19A0A5'

red 25 ◦ green 160 ◦ blue 165

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

Shades of Java #19A0A5

Tints of Java #19A0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 7.14%
G = 45.71%
B = 47.14%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#19A0A5 (or 0x19A0A5) is known color: Java. HEX triplet: 19, A0 and A5. RGB value is (25,160,165). Sum of RGB (Red+Green+Blue) = 25+160+165=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 165 - color contains mainly: blue. Hex color #19A0A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A0A5 is #E65F5A. Grayscale: #787878. Windows color (decimal): -15097691 or 10854425. OLE color: 10854425.

HSL color Cylindrical-coordinate representation of color #19A0A5: hue angle of 182.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A0A5 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 25 160 165 -
CMYK 0.85 0.03 0 0.35
HSL 182.14º 0.74% 0.37% -
HSV(B) 182.14º 0.85% 0.65% -
XYZ 19.76 28.06 39.97 -
YUV 120.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 25 160 165 0.85 0.03 0 0.35 182.14 0.74 0.37
Hex 19 A0 A5 55 3 0 23 B6 4A 25
Octal 31 240 245 125 3 0 43 266 112 45
Binary 11001 10100000 10100101 1010101 11 0 100011 10110110 1001010 100101

Color Harmonies of #19A0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A0A5

Black with #19A0A5

Text Example


Text Example

White with #19A0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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