Html Css Color HEX #198994 Java

📋 copy color: '#198994'

red 25 ◦ green 137 ◦ blue 148

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

Shades of Java #198994

Tints of Java #198994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.19%

 BLUE value IS 148 (58.2% from 255) = 47.74%

R = 8.06%
G = 44.19%
B = 47.74%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198994 (or 0x198994) is known color: Java. HEX triplet: 19, 89 and 94. RGB value is (25,137,148). Sum of RGB (Red+Green+Blue) = 25+137+148=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #198994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198994 is #E6766B. Grayscale: #686868. Windows color (decimal): -15103596 or 9734425. OLE color: 9734425.

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

Color convert

RGB 25 137 148 -
CMYK 0.83 0.07 0 0.42
HSL 185.37º 0.71% 0.34% -
HSV(B) 185.37º 0.83% 0.58% -
XYZ 14.69 20.24 31.15 -
YUV 104.77 152.39 71.11 -
System Red Green Blue C M Y K H S L
Decimal 25 137 148 0.83 0.07 0 0.42 185.37 0.71 0.34
Hex 19 89 94 53 7 0 2A B9 47 22
Octal 31 211 224 123 7 0 52 271 107 42
Binary 11001 10001001 10010100 1010011 111 0 101010 10111001 1000111 100010

Color Harmonies of #198994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198994

Black with #198994

Text Example


Text Example

White with #198994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198994; }

 p { color: rgb(25,137,148); }

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

background-color css

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

 a { background-color: rgb(25,137,148); }

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

border-color css

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

 span { border-color: rgb(25,137,148); }

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