Html Css Color HEX #19939E Java

📋 copy color: '#19939E'

red 25 ◦ green 147 ◦ blue 158

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

Shades of Java #19939E

Tints of Java #19939E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.88%

R = 7.58%
G = 44.55%
B = 47.88%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19939E (or 0x19939E) is known color: Java. HEX triplet: 19, 93 and 9E. RGB value is (25,147,158). Sum of RGB (Red+Green+Blue) = 25+147+158=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #19939E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19939E is #E66C61. Grayscale: #6F6F6F. Windows color (decimal): -15101026 or 10392345. OLE color: 10392345.

HSL color Cylindrical-coordinate representation of color #19939E: hue angle of 184.96º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19939E is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 147 158 -
CMYK 0.84 0.07 0 0.38
HSL 184.96º 0.73% 0.36% -
HSV(B) 184.96º 0.84% 0.62% -
XYZ 17.01 23.54 36 -
YUV 111.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 25 147 158 0.84 0.07 0 0.38 184.96 0.73 0.36
Hex 19 93 9E 54 7 0 26 B9 49 24
Octal 31 223 236 124 7 0 46 271 111 44
Binary 11001 10010011 10011110 1010100 111 0 100110 10111001 1001001 100100

Color Harmonies of #19939E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19939E

Black with #19939E

Text Example


Text Example

White with #19939E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19939E; }

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

 H1.HeaderClassName
 {
   color: #19939E;
 }
 .AnyTagClassName
 {
   color: #19939E;
 }
</style>

background-color css

<style>
 a { background-color: #19939E; }

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

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

border-color css

<style>
 span { border-color: #19939E; }

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

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