Html Css Color HEX #19998A Java

📋 copy color: '#19998A'

red 25 ◦ green 153 ◦ blue 138

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

Shades of Java #19998A

Tints of Java #19998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 7.91%
G = 48.42%
B = 43.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#19998A (or 0x19998A) is known color: Java. HEX triplet: 19, 99 and 8A. RGB value is (25,153,138). Sum of RGB (Red+Green+Blue) = 25+153+138=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #19998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19998A is #E66675. Grayscale: #707070. Windows color (decimal): -15099510 or 9083161. OLE color: 9083161.

HSL color Cylindrical-coordinate representation of color #19998A: hue angle of 172.97º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19998A is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 153 138 -
CMYK 0.84 0 0.10 0.4
HSL 172.97º 0.72% 0.35% -
HSV(B) 172.97º 0.84% 0.6% -
XYZ 16.38 24.82 27.97 -
YUV 113.02 142.09 65.22 -
System Red Green Blue C M Y K H S L
Decimal 25 153 138 0.84 0 0.10 0.4 172.97 0.72 0.35
Hex 19 99 8A 54 0 A 28 AD 48 23
Octal 31 231 212 124 0 12 50 255 110 43
Binary 11001 10011001 10001010 1010100 0 1010 101000 10101101 1001000 100011

Color Harmonies of #19998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19998A

Black with #19998A

Text Example


Text Example

White with #19998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19998A; }

 p { color: rgb(25,153,138); }

 H1.HeaderClassName
 {
   color: #19998A;
 }
 .AnyTagClassName
 {
   color: #19998A;
 }
</style>

background-color css

<style>
 a { background-color: #19998A; }

 a { background-color: rgb(25,153,138); }

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

border-color css

<style>
 span { border-color: #19998A; }

 span { border-color: rgb(25,153,138); }

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