Html Css Color HEX #19A29F Java

📋 copy color: '#19A29F'

red 25 ◦ green 162 ◦ blue 159

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

Shades of Java #19A29F

Tints of Java #19A29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 7.23%
G = 46.82%
B = 45.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#19A29F (or 0x19A29F) is known color: Java. HEX triplet: 19, A2 and 9F. RGB value is (25,162,159). Sum of RGB (Red+Green+Blue) = 25+162+159=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #19A29F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A29F is #E65D60. Grayscale: #787878. Windows color (decimal): -15097185 or 10461721. OLE color: 10461721.

HSL color Cylindrical-coordinate representation of color #19A29F: hue angle of 178.69º 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 #19A29F is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 162 159 -
CMYK 0.85 0 0.02 0.36
HSL 178.69º 0.73% 0.37% -
HSV(B) 178.69º 0.85% 0.64% -
XYZ 19.58 28.55 37.28 -
YUV 120.7 149.61 59.74 -
System Red Green Blue C M Y K H S L
Decimal 25 162 159 0.85 0 0.02 0.36 178.69 0.73 0.37
Hex 19 A2 9F 55 0 2 24 B3 49 25
Octal 31 242 237 125 0 2 44 263 111 45
Binary 11001 10100010 10011111 1010101 0 10 100100 10110011 1001001 100101

Color Harmonies of #19A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A29F

Black with #19A29F

Text Example


Text Example

White with #19A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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