Html Css Color HEX #19A192 Java

📋 copy color: '#19A192'

red 25 ◦ green 161 ◦ blue 146

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

Shades of Java #19A192

Tints of Java #19A192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 7.53%
G = 48.49%
B = 43.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#19A192 (or 0x19A192) is known color: Java. HEX triplet: 19, A1 and 92. RGB value is (25,161,146). Sum of RGB (Red+Green+Blue) = 25+161+146=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #19A192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A192 is #E65E6D. Grayscale: #767676. Windows color (decimal): -15097454 or 9609497. OLE color: 9609497.

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

Color convert

RGB 25 161 146 -
CMYK 0.84 0 0.09 0.37
HSL 173.38º 0.73% 0.36% -
HSV(B) 173.38º 0.84% 0.63% -
XYZ 18.33 27.77 31.59 -
YUV 118.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 25 161 146 0.84 0 0.09 0.37 173.38 0.73 0.36
Hex 19 A1 92 54 0 9 25 AD 49 24
Octal 31 241 222 124 0 11 45 255 111 44
Binary 11001 10100001 10010010 1010100 0 1001 100101 10101101 1001001 100100

Color Harmonies of #19A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A192

Black with #19A192

Text Example


Text Example

White with #19A192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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