Html Css Color HEX #19A190 Java

📋 copy color: '#19A190'

red 25 ◦ green 161 ◦ blue 144

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

Shades of Java #19A190

Tints of Java #19A190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 7.58%
G = 48.79%
B = 43.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#19A190 (or 0x19A190) is known color: Java. HEX triplet: 19, A1 and 90. RGB value is (25,161,144). Sum of RGB (Red+Green+Blue) = 25+161+144=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #19A190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A190 is #E65E6F. Grayscale: #767676. Windows color (decimal): -15097456 or 9478425. OLE color: 9478425.

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

Color convert

RGB 25 161 144 -
CMYK 0.84 0 0.11 0.37
HSL 172.5º 0.73% 0.36% -
HSV(B) 172.5º 0.84% 0.63% -
XYZ 18.18 27.71 30.78 -
YUV 118.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 25 161 144 0.84 0 0.11 0.37 172.5 0.73 0.36
Hex 19 A1 90 54 0 B 25 AC 49 24
Octal 31 241 220 124 0 13 45 254 111 44
Binary 11001 10100001 10010000 1010100 0 1011 100101 10101100 1001001 100100

Color Harmonies of #19A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A190

Black with #19A190

Text Example


Text Example

White with #19A190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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