Html Css Color HEX #19988C Java

📋 copy color: '#19988C'

red 25 ◦ green 152 ◦ blue 140

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

Shades of Java #19988C

Tints of Java #19988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 7.89%
G = 47.95%
B = 44.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#19988C (or 0x19988C) is known color: Java. HEX triplet: 19, 98 and 8C. RGB value is (25,152,140). Sum of RGB (Red+Green+Blue) = 25+152+140=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #19988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19988C is #E66773. Grayscale: #707070. Windows color (decimal): -15099764 or 9213977. OLE color: 9213977.

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

Color convert

RGB 25 152 140 -
CMYK 0.84 0 0.08 0.40
HSL 174.33º 0.72% 0.35% -
HSV(B) 174.33º 0.84% 0.6% -
XYZ 16.36 24.56 28.69 -
YUV 112.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 25 152 140 0.84 0 0.08 0.40 174.33 0.72 0.35
Hex 19 98 8C 54 0 8 28 AE 48 23
Octal 31 230 214 124 0 10 50 256 110 43
Binary 11001 10011000 10001100 1010100 0 1000 101000 10101110 1001000 100011

Color Harmonies of #19988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19988C

Black with #19988C

Text Example


Text Example

White with #19988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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