Html Css Color HEX #198395 Java

📋 copy color: '#198395'

red 25 ◦ green 131 ◦ blue 149

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

Shades of Java #198395

Tints of Java #198395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 8.2%
G = 42.95%
B = 48.85%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198395 (or 0x198395) is known color: Java. HEX triplet: 19, 83 and 95. RGB value is (25,131,149). Sum of RGB (Red+Green+Blue) = 25+131+149=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #198395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198395 is #E67C6A. Grayscale: #656565. Windows color (decimal): -15105131 or 9798425. OLE color: 9798425.

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

Color convert

RGB 25 131 149 -
CMYK 0.83 0.12 0 0.42
HSL 188.71º 0.71% 0.34% -
HSV(B) 188.71º 0.83% 0.58% -
XYZ 13.94 18.61 31.29 -
YUV 101.36 154.88 73.54 -
System Red Green Blue C M Y K H S L
Decimal 25 131 149 0.83 0.12 0 0.42 188.71 0.71 0.34
Hex 19 83 95 53 C 0 2A BD 47 22
Octal 31 203 225 123 14 0 52 275 107 42
Binary 11001 10000011 10010101 1010011 1100 0 101010 10111101 1000111 100010

Color Harmonies of #198395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198395

Black with #198395

Text Example


Text Example

White with #198395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198395; }

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

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

background-color css

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

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

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

border-color css

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

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

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