#198B8E

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

Shades of Java #198B8E

Tints of Java #198B8E

Color information

#198B8E (or 0x198B8E) is unknown color: approx Java. HEX triplet: 19, 8B and 8E. RGB value is (25,139,142). Sum of RGB (Red+Green+Blue) = 25+139+142=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #198B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B8E is #E67471. Grayscale: #696969. Windows color (decimal): -15103090 or 9341721. OLE color: 9341721.

HSL color Cylindrical-coordinate representation of color #198B8E: hue angle of 181.54º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B8E is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25139142-
CMYK0.820.0200.44
HSL181.54º70.06%32.75%-
HSV(B)181.54º82.39%55.69%-
XYZ14.5220.6228.81-
YUV105.26148.7370.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.17%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=8.17%
G=45.42%
B=46.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251391420.820.0200.44181.5470.0632.75
Hex198B8E52202Cb64621
Octal31213216122205426610641
Binary1100110001011100011101010010100101100101101101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,139,142); }

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

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

 a { background-color: rgb(25,139,142); }

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

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

 span { border-color: rgb(25,139,142); }

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