Html Css Color HEX #19A090 Java

📋 copy color: '#19A090'

red 25 ◦ green 160 ◦ blue 144

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

Shades of Java #19A090

Tints of Java #19A090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.63%

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

R = 7.6%
G = 48.63%
B = 43.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#19A090 (or 0x19A090) is known color: Java. HEX triplet: 19, A0 and 90. RGB value is (25,160,144). Sum of RGB (Red+Green+Blue) = 25+160+144=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #19A090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A090 is #E65F6F. Grayscale: #757575. Windows color (decimal): -15097712 or 9478169. OLE color: 9478169.

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

Color convert

RGB 25 160 144 -
CMYK 0.84 0 0.1 0.37
HSL 172.89º 0.73% 0.36% -
HSV(B) 172.89º 0.84% 0.63% -
XYZ 18.01 27.36 30.72 -
YUV 117.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 25 160 144 0.84 0 0.1 0.37 172.89 0.73 0.36
Hex 19 A0 90 54 0 A 25 AD 49 24
Octal 31 240 220 124 0 12 45 255 111 44
Binary 11001 10100000 10010000 1010100 0 1010 100101 10101101 1001001 100100

Color Harmonies of #19A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A090

Black with #19A090

Text Example


Text Example

White with #19A090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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