Html Css Color HEX #198D95 Java

📋 copy color: '#198D95'

red 25 ◦ green 141 ◦ blue 149

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

Shades of Java #198D95

Tints of Java #198D95

RGB

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

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

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

R = 7.94%
G = 44.76%
B = 47.3%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198D95 (or 0x198D95) is known color: Java. HEX triplet: 19, 8D and 95. RGB value is (25,141,149). Sum of RGB (Red+Green+Blue) = 25+141+149=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #198D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D95 is #E6726A. Grayscale: #6B6B6B. Windows color (decimal): -15102571 or 9800985. OLE color: 9800985.

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

Color convert

RGB 25 141 149 -
CMYK 0.83 0.05 0 0.42
HSL 183.87º 0.71% 0.34% -
HSV(B) 183.87º 0.83% 0.58% -
XYZ 15.35 21.43 31.76 -
YUV 107.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 25 141 149 0.83 0.05 0 0.42 183.87 0.71 0.34
Hex 19 8D 95 53 5 0 2A B8 47 22
Octal 31 215 225 123 5 0 52 270 107 42
Binary 11001 10001101 10010101 1010011 101 0 101010 10111000 1000111 100010

Color Harmonies of #198D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198D95

Black with #198D95

Text Example


Text Example

White with #198D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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