Html Css Color HEX #19A19A Java

📋 copy color: '#19A19A'

red 25 ◦ green 161 ◦ blue 154

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

Shades of Java #19A19A

Tints of Java #19A19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.29%

R = 7.35%
G = 47.35%
B = 45.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#19A19A (or 0x19A19A) is known color: Java. HEX triplet: 19, A1 and 9A. RGB value is (25,161,154). Sum of RGB (Red+Green+Blue) = 25+161+154=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #19A19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A19A is #E65E65. Grayscale: #777777. Windows color (decimal): -15097446 or 10133785. OLE color: 10133785.

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

Color convert

RGB 25 161 154 -
CMYK 0.84 0 0.04 0.37
HSL 176.91º 0.73% 0.36% -
HSV(B) 176.91º 0.84% 0.63% -
XYZ 18.98 28.03 34.98 -
YUV 119.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 25 161 154 0.84 0 0.04 0.37 176.91 0.73 0.36
Hex 19 A1 9A 54 0 4 25 B1 49 24
Octal 31 241 232 124 0 4 45 261 111 44
Binary 11001 10100001 10011010 1010100 0 100 100101 10110001 1001001 100100

Color Harmonies of #19A19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A19A

Black with #19A19A

Text Example


Text Example

White with #19A19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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