Html Css Color HEX #198C99 Java

📋 copy color: '#198C99'

red 25 ◦ green 140 ◦ blue 153

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

Shades of Java #198C99

Tints of Java #198C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.03%

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 7.86%
G = 44.03%
B = 48.11%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#198C99 (or 0x198C99) is known color: Java. HEX triplet: 19, 8C and 99. RGB value is (25,140,153). Sum of RGB (Red+Green+Blue) = 25+140+153=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #198C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C99 is #E67366. Grayscale: #6A6A6A. Windows color (decimal): -15102823 or 10062873. OLE color: 10062873.

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

Color convert

RGB 25 140 153 -
CMYK 0.84 0.08 0 0.4
HSL 186.09º 0.72% 0.35% -
HSV(B) 186.09º 0.84% 0.6% -
XYZ 15.53 21.26 33.42 -
YUV 107.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 25 140 153 0.84 0.08 0 0.4 186.09 0.72 0.35
Hex 19 8C 99 54 8 0 28 BA 48 23
Octal 31 214 231 124 10 0 50 272 110 43
Binary 11001 10001100 10011001 1010100 1000 0 101000 10111010 1001000 100011

Color Harmonies of #198C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C99

Black with #198C99

Text Example


Text Example

White with #198C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,140,153); }

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

background-color css

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

 a { background-color: rgb(25,140,153); }

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

border-color css

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

 span { border-color: rgb(25,140,153); }

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