Html Css Color HEX #199593 Java

📋 copy color: '#199593'

red 25 ◦ green 149 ◦ blue 147

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

Shades of Java #199593

Tints of Java #199593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.42%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 7.79%
G = 46.42%
B = 45.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#199593 (or 0x199593) is known color: Java. HEX triplet: 19, 95 and 93. RGB value is (25,149,147). Sum of RGB (Red+Green+Blue) = 25+149+147=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #199593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199593 is #E66A6C. Grayscale: #6F6F6F. Windows color (decimal): -15100525 or 9671961. OLE color: 9671961.

HSL color Cylindrical-coordinate representation of color #199593: hue angle of 179.03º 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 #199593 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 149 147 -
CMYK 0.83 0 0.01 0.42
HSL 179.03º 0.71% 0.34% -
HSV(B) 179.03º 0.83% 0.58% -
XYZ 16.41 23.81 31.33 -
YUV 111.7 147.92 66.16 -
System Red Green Blue C M Y K H S L
Decimal 25 149 147 0.83 0 0.01 0.42 179.03 0.71 0.34
Hex 19 95 93 53 0 1 2A B3 47 22
Octal 31 225 223 123 0 1 52 263 107 42
Binary 11001 10010101 10010011 1010011 0 1 101010 10110011 1000111 100010

Color Harmonies of #199593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199593

Black with #199593

Text Example


Text Example

White with #199593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199593; }

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

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

background-color css

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

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

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

border-color css

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

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

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