Html Css Color HEX #19988A Java

📋 copy color: '#19988A'

red 25 ◦ green 152 ◦ blue 138

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

Shades of Java #19988A

Tints of Java #19988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

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

R = 7.94%
G = 48.25%
B = 43.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#19988A (or 0x19988A) is known color: Java. HEX triplet: 19, 98 and 8A. RGB value is (25,152,138). Sum of RGB (Red+Green+Blue) = 25+152+138=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #19988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19988A is #E66775. Grayscale: #707070. Windows color (decimal): -15099766 or 9082905. OLE color: 9082905.

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

Color convert

RGB 25 152 138 -
CMYK 0.84 0 0.09 0.40
HSL 173.39º 0.72% 0.35% -
HSV(B) 173.39º 0.84% 0.6% -
XYZ 16.22 24.5 27.92 -
YUV 112.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 25 152 138 0.84 0 0.09 0.40 173.39 0.72 0.35
Hex 19 98 8A 54 0 9 28 AD 48 23
Octal 31 230 212 124 0 11 50 255 110 43
Binary 11001 10011000 10001010 1010100 0 1001 101000 10101101 1001000 100011

Color Harmonies of #19988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19988A

Black with #19988A

Text Example


Text Example

White with #19988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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