Html Css Color HEX #198A86 Java

📋 copy color: '#198A86'

red 25 ◦ green 138 ◦ blue 134

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

Shades of Java #198A86

Tints of Java #198A86

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.46%

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

R = 8.42%
G = 46.46%
B = 45.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#198A86 (or 0x198A86) is known color: Java. HEX triplet: 19, 8A and 86. RGB value is (25,138,134). Sum of RGB (Red+Green+Blue) = 25+138+134=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #198A86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A86 is #E67579. Grayscale: #676767. Windows color (decimal): -15103354 or 8817177. OLE color: 8817177.

HSL color Cylindrical-coordinate representation of color #198A86: hue angle of 177.88º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A86 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 138 134 -
CMYK 0.82 0 0.03 0.46
HSL 177.88º 0.69% 0.32% -
HSV(B) 177.88º 0.82% 0.54% -
XYZ 13.79 20.1 25.71 -
YUV 103.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 25 138 134 0.82 0 0.03 0.46 177.88 0.69 0.32
Hex 19 8A 86 52 0 3 2E B2 45 20
Octal 31 212 206 122 0 3 56 262 105 40
Binary 11001 10001010 10000110 1010010 0 11 101110 10110010 1000101 100000

Color Harmonies of #198A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198A86

Black with #198A86

Text Example


Text Example

White with #198A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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