Html Css Color HEX #198896 Java

📋 copy color: '#198896'

red 25 ◦ green 136 ◦ blue 150

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

Shades of Java #198896

Tints of Java #198896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 8.04%
G = 43.73%
B = 48.23%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#198896 (or 0x198896) is known color: Java. HEX triplet: 19, 88 and 96. RGB value is (25,136,150). Sum of RGB (Red+Green+Blue) = 25+136+150=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #198896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198896 is #E67769. Grayscale: #686868. Windows color (decimal): -15103850 or 9865241. OLE color: 9865241.

HSL color Cylindrical-coordinate representation of color #198896: hue angle of 186.72º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198896 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 136 150 -
CMYK 0.83 0.09 0 0.41
HSL 186.72º 0.71% 0.34% -
HSV(B) 186.72º 0.83% 0.59% -
XYZ 14.71 20.02 31.94 -
YUV 104.41 153.73 71.36 -
System Red Green Blue C M Y K H S L
Decimal 25 136 150 0.83 0.09 0 0.41 186.72 0.71 0.34
Hex 19 88 96 53 9 0 29 BB 47 22
Octal 31 210 226 123 11 0 51 273 107 42
Binary 11001 10001000 10010110 1010011 1001 0 101001 10111011 1000111 100010

Color Harmonies of #198896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198896

Black with #198896

Text Example


Text Example

White with #198896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198896; }

 p { color: rgb(25,136,150); }

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

background-color css

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

 a { background-color: rgb(25,136,150); }

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

border-color css

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

 span { border-color: rgb(25,136,150); }

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