#198C99

Color #198C99 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #198C99

Tints of Java #198C99

Color information

#198C99 (or 0x198C99) is unknown color: approx 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

RGB25140153-
CMYK0.840.0800.4
HSL186.09º71.91%34.9%-
HSV(B)186.09º83.66%60%-
XYZ15.5321.2633.42-
YUV107.1153.969.44-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251401530.840.0800.4186.0971.9134.9
Hex198C99548028ba4823
Octal312142311241005027211043
Binary110011000110010011001101010010000101000101110101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>