Html Css Color HEX #19998D Java

📋 copy color: '#19998D'

red 25 ◦ green 153 ◦ blue 141

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

Shades of Java #19998D

Tints of Java #19998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 7.84%
G = 47.96%
B = 44.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#19998D (or 0x19998D) is known color: Java. HEX triplet: 19, 99 and 8D. RGB value is (25,153,141). Sum of RGB (Red+Green+Blue) = 25+153+141=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #19998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19998D is #E66672. Grayscale: #717171. Windows color (decimal): -15099507 or 9279769. OLE color: 9279769.

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

Color convert

RGB 25 153 141 -
CMYK 0.84 0 0.08 0.4
HSL 174.38º 0.72% 0.35% -
HSV(B) 174.38º 0.84% 0.6% -
XYZ 16.6 24.91 29.13 -
YUV 113.36 143.59 64.98 -
System Red Green Blue C M Y K H S L
Decimal 25 153 141 0.84 0 0.08 0.4 174.38 0.72 0.35
Hex 19 99 8D 54 0 8 28 AE 48 23
Octal 31 231 215 124 0 10 50 256 110 43
Binary 11001 10011001 10001101 1010100 0 1000 101000 10101110 1001000 100011

Color Harmonies of #19998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19998D

Black with #19998D

Text Example


Text Example

White with #19998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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