Html Css Color HEX #19A191 Java

📋 copy color: '#19A191'

red 25 ◦ green 161 ◦ blue 145

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

Shades of Java #19A191

Tints of Java #19A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.64%

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 7.55%
G = 48.64%
B = 43.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#19A191 (or 0x19A191) is known color: Java. HEX triplet: 19, A1 and 91. RGB value is (25,161,145). Sum of RGB (Red+Green+Blue) = 25+161+145=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #19A191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A191 is #E65E6E. Grayscale: #767676. Windows color (decimal): -15097455 or 9543961. OLE color: 9543961.

HSL color Cylindrical-coordinate representation of color #19A191: hue angle of 172.94º 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 #19A191 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 161 145 -
CMYK 0.84 0 0.10 0.37
HSL 172.94º 0.73% 0.36% -
HSV(B) 172.94º 0.84% 0.63% -
XYZ 18.26 27.74 31.18 -
YUV 118.51 142.94 61.3 -
System Red Green Blue C M Y K H S L
Decimal 25 161 145 0.84 0 0.10 0.37 172.94 0.73 0.36
Hex 19 A1 91 54 0 A 25 AD 49 24
Octal 31 241 221 124 0 12 45 255 111 44
Binary 11001 10100001 10010001 1010100 0 1010 100101 10101101 1001001 100100

Color Harmonies of #19A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A191

Black with #19A191

Text Example


Text Example

White with #19A191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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