#198C9B

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

Shades of Java #198C9B

Tints of Java #198C9B

Color information

#198C9B (or 0x198C9B) is unknown color: approx Java. HEX triplet: 19, 8C and 9B. RGB value is (25,140,155). Sum of RGB (Red+Green+Blue) = 25+140+155=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #198C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C9B is #E67364. Grayscale: #6B6B6B. Windows color (decimal): -15102821 or 10193945. OLE color: 10193945.

HSL color Cylindrical-coordinate representation of color #198C9B: hue angle of 186.92º 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 #198C9B is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB25140155-
CMYK0.840.1000.39
HSL186.92º72.22%35.29%-
HSV(B)186.92º83.87%60.78%-
XYZ15.721.3334.3-
YUV107.32154.969.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.81%
GREEN value IS 140 (55.08% from 255) = 43.75%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=7.81%
G=43.75%
B=48.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251401550.840.1000.39186.9272.2235.29
Hex198C9B54A027bb4823
Octal312142331241204727311043
Binary110011000110010011011101010010100100111101110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #198C9B;
 }
 .AnyTagClassName
 {
   color: #198C9B;
 }
</style>
background-color css

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

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

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

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

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

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