Html Css Color HEX #198995 Java

📋 copy color: '#198995'

red 25 ◦ green 137 ◦ blue 149

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

Shades of Java #198995

Tints of Java #198995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.05%

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 8.04%
G = 44.05%
B = 47.91%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198995 (or 0x198995) is known color: Java. HEX triplet: 19, 89 and 95. RGB value is (25,137,149). Sum of RGB (Red+Green+Blue) = 25+137+149=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #198995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198995 is #E6766A. Grayscale: #686868. Windows color (decimal): -15103595 or 9799961. OLE color: 9799961.

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

Color convert

RGB 25 137 149 -
CMYK 0.83 0.08 0 0.42
HSL 185.81º 0.71% 0.34% -
HSV(B) 185.81º 0.83% 0.58% -
XYZ 14.77 20.27 31.57 -
YUV 104.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 25 137 149 0.83 0.08 0 0.42 185.81 0.71 0.34
Hex 19 89 95 53 8 0 2A BA 47 22
Octal 31 211 225 123 10 0 52 272 107 42
Binary 11001 10001001 10010101 1010011 1000 0 101010 10111010 1000111 100010

Color Harmonies of #198995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198995

Black with #198995

Text Example


Text Example

White with #198995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198995; }

 p { color: rgb(25,137,149); }

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

background-color css

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

 a { background-color: rgb(25,137,149); }

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

border-color css

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

 span { border-color: rgb(25,137,149); }

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