Html Css Color HEX #19A29D Java

📋 copy color: '#19A29D'

red 25 ◦ green 162 ◦ blue 157

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

Shades of Java #19A29D

Tints of Java #19A29D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.09%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 7.27%
G = 47.09%
B = 45.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#19A29D (or 0x19A29D) is known color: Java. HEX triplet: 19, A2 and 9D. RGB value is (25,162,157). Sum of RGB (Red+Green+Blue) = 25+162+157=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #19A29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A29D is #E65D62. Grayscale: #787878. Windows color (decimal): -15097187 or 10330649. OLE color: 10330649.

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

Color convert

RGB 25 162 157 -
CMYK 0.85 0 0.03 0.36
HSL 177.81º 0.73% 0.37% -
HSV(B) 177.81º 0.85% 0.64% -
XYZ 19.41 28.48 36.37 -
YUV 120.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 25 162 157 0.85 0 0.03 0.36 177.81 0.73 0.37
Hex 19 A2 9D 55 0 3 24 B2 49 25
Octal 31 242 235 125 0 3 44 262 111 45
Binary 11001 10100010 10011101 1010101 0 11 100100 10110010 1001001 100101

Color Harmonies of #19A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A29D

Black with #19A29D

Text Example


Text Example

White with #19A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,162,157); }

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

background-color css

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

 a { background-color: rgb(25,162,157); }

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

border-color css

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

 span { border-color: rgb(25,162,157); }

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