#198B8B

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

Shades of Java #198B8B

Tints of Java #198B8B

Color information

#198B8B (or 0x198B8B) is unknown color: approx Java. HEX triplet: 19, 8B and 8B. RGB value is (25,139,139). Sum of RGB (Red+Green+Blue) = 25+139+139=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #198B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B8B is #E67474. Grayscale: #686868. Windows color (decimal): -15103093 or 9145113. OLE color: 9145113.

HSL color Cylindrical-coordinate representation of color #198B8B: hue angle of 180º 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 #198B8B is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25139139-
CMYK0.82000.45
HSL180º69.51%32.16%-
HSV(B)180º82.01%54.51%-
XYZ14.2920.5427.64-
YUV104.91147.2371-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=8.25%
G=45.87%
B=45.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251391390.82000.4518069.5132.16
Hex198B8B52002Db44620
Octal31213213122005526410640
Binary110011000101110001011101001000101101101101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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