Html Css Color HEX #198B96 Java

📋 copy color: '#198B96'

red 25 ◦ green 139 ◦ blue 150

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

Shades of Java #198B96

Tints of Java #198B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

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

R = 7.96%
G = 44.27%
B = 47.77%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#198B96 (or 0x198B96) is known color: Java. HEX triplet: 19, 8B and 96. RGB value is (25,139,150). Sum of RGB (Red+Green+Blue) = 25+139+150=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #198B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B96 is #E67469. Grayscale: #6A6A6A. Windows color (decimal): -15103082 or 9866009. OLE color: 9866009.

HSL color Cylindrical-coordinate representation of color #198B96: hue angle of 185.28º 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 #198B96 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 139 150 -
CMYK 0.83 0.07 0 0.41
HSL 185.28º 0.71% 0.34% -
HSV(B) 185.28º 0.83% 0.59% -
XYZ 15.14 20.87 32.09 -
YUV 106.17 152.73 70.11 -
System Red Green Blue C M Y K H S L
Decimal 25 139 150 0.83 0.07 0 0.41 185.28 0.71 0.34
Hex 19 8B 96 53 7 0 29 B9 47 22
Octal 31 213 226 123 7 0 51 271 107 42
Binary 11001 10001011 10010110 1010011 111 0 101001 10111001 1000111 100010

Color Harmonies of #198B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B96

Black with #198B96

Text Example


Text Example

White with #198B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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