Html Css Color HEX #198B86 Java

📋 copy color: '#198B86'

red 25 ◦ green 139 ◦ blue 134

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

Shades of Java #198B86

Tints of Java #198B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.97%

R = 8.39%
G = 46.64%
B = 44.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#198B86 (or 0x198B86) is known color: Java. HEX triplet: 19, 8B and 86. RGB value is (25,139,134). Sum of RGB (Red+Green+Blue) = 25+139+134=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #198B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B86 is #E67479. Grayscale: #686868. Windows color (decimal): -15103098 or 8817433. OLE color: 8817433.

HSL color Cylindrical-coordinate representation of color #198B86: hue angle of 177.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B86 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 139 134 -
CMYK 0.82 0 0.04 0.45
HSL 177.37º 0.7% 0.32% -
HSV(B) 177.37º 0.82% 0.55% -
XYZ 13.94 20.39 25.76 -
YUV 104.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 25 139 134 0.82 0 0.04 0.45 177.37 0.7 0.32
Hex 19 8B 86 52 0 4 2D B1 46 20
Octal 31 213 206 122 0 4 55 261 106 40
Binary 11001 10001011 10000110 1010010 0 100 101101 10110001 1000110 100000

Color Harmonies of #198B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B86

Black with #198B86

Text Example


Text Example

White with #198B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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