Html Css Color HEX #19A196 Java

📋 copy color: '#19A196'

red 25 ◦ green 161 ◦ blue 150

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

Shades of Java #19A196

Tints of Java #19A196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 7.44%
G = 47.92%
B = 44.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#19A196 (or 0x19A196) is known color: Java. HEX triplet: 19, A1 and 96. RGB value is (25,161,150). Sum of RGB (Red+Green+Blue) = 25+161+150=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #19A196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A196 is #E65E69. Grayscale: #767676. Windows color (decimal): -15097450 or 9871641. OLE color: 9871641.

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

Color convert

RGB 25 161 150 -
CMYK 0.84 0 0.07 0.37
HSL 175.15º 0.73% 0.36% -
HSV(B) 175.15º 0.84% 0.63% -
XYZ 18.65 27.9 33.26 -
YUV 119.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 25 161 150 0.84 0 0.07 0.37 175.15 0.73 0.36
Hex 19 A1 96 54 0 7 25 AF 49 24
Octal 31 241 226 124 0 7 45 257 111 44
Binary 11001 10100001 10010110 1010100 0 111 100101 10101111 1001001 100100

Color Harmonies of #19A196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A196

Black with #19A196

Text Example


Text Example

White with #19A196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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