Html Css Color HEX #198B95 Java

📋 copy color: '#198B95'

red 25 ◦ green 139 ◦ blue 149

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

Shades of Java #198B95

Tints of Java #198B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.41%

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

R = 7.99%
G = 44.41%
B = 47.6%

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

#198B95 (or 0x198B95) is known color: Java. HEX triplet: 19, 8B and 95. RGB value is (25,139,149). Sum of RGB (Red+Green+Blue) = 25+139+149=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #198B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B95 is #E6746A. Grayscale: #696969. Windows color (decimal): -15103083 or 9800473. OLE color: 9800473.

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

Color convert

RGB 25 139 149 -
CMYK 0.83 0.07 0 0.42
HSL 184.84º 0.71% 0.34% -
HSV(B) 184.84º 0.83% 0.58% -
XYZ 15.06 20.84 31.66 -
YUV 106.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 25 139 149 0.83 0.07 0 0.42 184.84 0.71 0.34
Hex 19 8B 95 53 7 0 2A B9 47 22
Octal 31 213 225 123 7 0 52 271 107 42
Binary 11001 10001011 10010101 1010011 111 0 101010 10111001 1000111 100010

Color Harmonies of #198B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B95

Black with #198B95

Text Example


Text Example

White with #198B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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