Html Css Color HEX #198C86 Java

📋 copy color: '#198C86'

red 25 ◦ green 140 ◦ blue 134

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

Shades of Java #198C86

Tints of Java #198C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.82%

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

R = 8.36%
G = 46.82%
B = 44.82%

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

#198C86 (or 0x198C86) is known color: Java. HEX triplet: 19, 8C and 86. RGB value is (25,140,134). Sum of RGB (Red+Green+Blue) = 25+140+134=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #198C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C86 is #E67379. Grayscale: #686868. Windows color (decimal): -15102842 or 8817689. OLE color: 8817689.

HSL color Cylindrical-coordinate representation of color #198C86: hue angle of 176.87º 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 #198C86 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 140 134 -
CMYK 0.82 0 0.04 0.45
HSL 176.87º 0.7% 0.32% -
HSV(B) 176.87º 0.82% 0.55% -
XYZ 14.08 20.68 25.8 -
YUV 104.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 25 140 134 0.82 0 0.04 0.45 176.87 0.7 0.32
Hex 19 8C 86 52 0 4 2D B1 46 20
Octal 31 214 206 122 0 4 55 261 106 40
Binary 11001 10001100 10000110 1010010 0 100 101101 10110001 1000110 100000

Color Harmonies of #198C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C86

Black with #198C86

Text Example


Text Example

White with #198C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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