#198D85

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

Shades of Java #198D85

Tints of Java #198D85

Color information

#198D85 (or 0x198D85) is unknown color: approx Java. HEX triplet: 19, 8D and 85. RGB value is (25,141,133). Sum of RGB (Red+Green+Blue) = 25+141+133=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #198D85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D85 is #E6727A. Grayscale: #696969. Windows color (decimal): -15102587 or 8752409. OLE color: 8752409.

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

Color convert

RGB25141133-
CMYK0.8200.060.45
HSL175.86º69.88%32.55%-
HSV(B)175.86º82.27%55.29%-
XYZ14.1620.9525.49-
YUV105.4143.5770.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=8.36%
G=47.16%
B=44.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251411330.8200.060.45175.8669.8832.55
Hex198D8552062Db04621
Octal31215205122065526010641
Binary11001100011011000010110100100110101101101100001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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