Html Css Color HEX #198F9C Java

📋 copy color: '#198F9C'

red 25 ◦ green 143 ◦ blue 156

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

Shades of Java #198F9C

Tints of Java #198F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 7.72%
G = 44.14%
B = 48.15%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#198F9C (or 0x198F9C) is known color: Java. HEX triplet: 19, 8F and 9C. RGB value is (25,143,156). Sum of RGB (Red+Green+Blue) = 25+143+156=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #198F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F9C is #E67063. Grayscale: #6D6D6D. Windows color (decimal): -15102052 or 10260249. OLE color: 10260249.

HSL color Cylindrical-coordinate representation of color #198F9C: hue angle of 185.95º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198F9C is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 143 156 -
CMYK 0.84 0.08 0 0.39
HSL 185.95º 0.72% 0.35% -
HSV(B) 185.95º 0.84% 0.61% -
XYZ 16.22 22.25 34.89 -
YUV 109.2 154.41 67.94 -
System Red Green Blue C M Y K H S L
Decimal 25 143 156 0.84 0.08 0 0.39 185.95 0.72 0.35
Hex 19 8F 9C 54 8 0 27 BA 48 23
Octal 31 217 234 124 10 0 47 272 110 43
Binary 11001 10001111 10011100 1010100 1000 0 100111 10111010 1001000 100011

Color Harmonies of #198F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198F9C

Black with #198F9C

Text Example


Text Example

White with #198F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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