#198D9F

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

Shades of Java #198D9F

Tints of Java #198D9F

Color information

#198D9F (or 0x198D9F) is unknown color: approx Java. HEX triplet: 19, 8D and 9F. RGB value is (25,141,159). Sum of RGB (Red+Green+Blue) = 25+141+159=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #198D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D9F is #E67260. Grayscale: #6C6C6C. Windows color (decimal): -15102561 or 10456345. OLE color: 10456345.

HSL color Cylindrical-coordinate representation of color #198D9F: hue angle of 188.06º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198D9F is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25141159-
CMYK0.840.1100.38
HSL188.06º72.83%36.08%-
HSV(B)188.06º84.28%62.35%-
XYZ16.1821.7636.15-
YUV108.37156.5768.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=7.69%
G=43.38%
B=48.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251411590.840.1100.38188.0672.8336.08
Hex198D9F54B026bc4924
Octal312152371241304627411144
Binary110011000110110011111101010010110100110101111001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,141,159); }

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

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

 a { background-color: rgb(25,141,159); }

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

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

 span { border-color: rgb(25,141,159); }

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