Html Css Color HEX #19938C Java

📋 copy color: '#19938C'

red 25 ◦ green 147 ◦ blue 140

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

Shades of Java #19938C

Tints of Java #19938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.12%

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

R = 8.01%
G = 47.12%
B = 44.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#19938C (or 0x19938C) is known color: Java. HEX triplet: 19, 93 and 8C. RGB value is (25,147,140). Sum of RGB (Red+Green+Blue) = 25+147+140=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #19938C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19938C is #E66C73. Grayscale: #6D6D6D. Windows color (decimal): -15101044 or 9212697. OLE color: 9212697.

HSL color Cylindrical-coordinate representation of color #19938C: hue angle of 176.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19938C is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 147 140 -
CMYK 0.83 0 0.05 0.42
HSL 176.56º 0.71% 0.34% -
HSV(B) 176.56º 0.83% 0.58% -
XYZ 15.57 22.97 28.42 -
YUV 109.72 145.08 67.57 -
System Red Green Blue C M Y K H S L
Decimal 25 147 140 0.83 0 0.05 0.42 176.56 0.71 0.34
Hex 19 93 8C 53 0 5 2A B1 47 22
Octal 31 223 214 123 0 5 52 261 107 42
Binary 11001 10010011 10001100 1010011 0 101 101010 10110001 1000111 100010

Color Harmonies of #19938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19938C

Black with #19938C

Text Example


Text Example

White with #19938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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