Html Css Color HEX #198D86 Java

📋 copy color: '#198D86'

red 25 ◦ green 141 ◦ blue 134

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

Shades of Java #198D86

Tints of Java #198D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47%

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

R = 8.33%
G = 47%
B = 44.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#198D86 (or 0x198D86) is known color: Java. HEX triplet: 19, 8D and 86. RGB value is (25,141,134). Sum of RGB (Red+Green+Blue) = 25+141+134=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #198D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D86 is #E67279. Grayscale: #696969. Windows color (decimal): -15102586 or 8817945. OLE color: 8817945.

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

Color convert

RGB 25 141 134 -
CMYK 0.82 0 0.05 0.45
HSL 176.38º 0.7% 0.33% -
HSV(B) 176.38º 0.82% 0.55% -
XYZ 14.23 20.98 25.85 -
YUV 105.52 144.07 70.57 -
System Red Green Blue C M Y K H S L
Decimal 25 141 134 0.82 0 0.05 0.45 176.38 0.7 0.33
Hex 19 8D 86 52 0 5 2D B0 46 21
Octal 31 215 206 122 0 5 55 260 106 41
Binary 11001 10001101 10000110 1010010 0 101 101101 10110000 1000110 100001

Color Harmonies of #198D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198D86

Black with #198D86

Text Example


Text Example

White with #198D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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