Html Css Color HEX #198F94 Java

📋 copy color: '#198F94'

red 25 ◦ green 143 ◦ blue 148

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

Shades of Java #198F94

Tints of Java #198F94

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.25%

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 7.91%
G = 45.25%
B = 46.84%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198F94 (or 0x198F94) is known color: Java. HEX triplet: 19, 8F and 94. RGB value is (25,143,148). Sum of RGB (Red+Green+Blue) = 25+143+148=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #198F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F94 is #E6706B. Grayscale: #6C6C6C. Windows color (decimal): -15102060 or 9735961. OLE color: 9735961.

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

Color convert

RGB 25 143 148 -
CMYK 0.83 0.03 0 0.42
HSL 182.44º 0.71% 0.34% -
HSV(B) 182.44º 0.83% 0.58% -
XYZ 15.57 21.99 31.44 -
YUV 108.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 25 143 148 0.83 0.03 0 0.42 182.44 0.71 0.34
Hex 19 8F 94 53 3 0 2A B6 47 22
Octal 31 217 224 123 3 0 52 266 107 42
Binary 11001 10001111 10010100 1010011 11 0 101010 10110110 1000111 100010

Color Harmonies of #198F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198F94

Black with #198F94

Text Example


Text Example

White with #198F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,143,148); }

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

background-color css

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

 a { background-color: rgb(25,143,148); }

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

border-color css

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

 span { border-color: rgb(25,143,148); }

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