Html Css Color HEX #198698 Java

📋 copy color: '#198698'

red 25 ◦ green 134 ◦ blue 152

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

Shades of Java #198698

Tints of Java #198698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

 BLUE value IS 152 (59.77% from 255) = 48.87%

R = 8.04%
G = 43.09%
B = 48.87%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#198698 (or 0x198698) is known color: Java. HEX triplet: 19, 86 and 98. RGB value is (25,134,152). Sum of RGB (Red+Green+Blue) = 25+134+152=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #198698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198698 is #E67967. Grayscale: #676767. Windows color (decimal): -15104360 or 9995801. OLE color: 9995801.

HSL color Cylindrical-coordinate representation of color #198698: hue angle of 188.5º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198698 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 134 152 -
CMYK 0.84 0.12 0 0.40
HSL 188.5º 0.72% 0.35% -
HSV(B) 188.5º 0.84% 0.6% -
XYZ 14.59 19.52 32.71 -
YUV 103.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 25 134 152 0.84 0.12 0 0.40 188.5 0.72 0.35
Hex 19 86 98 54 C 0 28 BD 48 23
Octal 31 206 230 124 14 0 50 275 110 43
Binary 11001 10000110 10011000 1010100 1100 0 101000 10111101 1001000 100011

Color Harmonies of #198698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198698

Black with #198698

Text Example


Text Example

White with #198698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198698; }

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

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

background-color css

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

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

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

border-color css

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

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

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