#198A8B

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

Shades of Java #198A8B

Tints of Java #198A8B

Color information

#198A8B (or 0x198A8B) is unknown color: approx Java. HEX triplet: 19, 8A and 8B. RGB value is (25,138,139). Sum of RGB (Red+Green+Blue) = 25+138+139=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #198A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A8B is #E67574. Grayscale: #686868. Windows color (decimal): -15103349 or 9144857. OLE color: 9144857.

HSL color Cylindrical-coordinate representation of color #198A8B: hue angle of 180.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A8B is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25138139-
CMYK0.820.0100.45
HSL180.53º69.51%32.16%-
HSV(B)180.53º82.01%54.51%-
XYZ14.1520.2527.59-
YUV104.33147.5671.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.28%
GREEN value IS 138 (54.30% from 255) = 45.70%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=8.28%
G=45.70%
B=46.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251381390.820.0100.45180.5369.5132.16
Hex198A8B52102Db54620
Octal31212213122105526510640
Binary110011000101010001011101001010101101101101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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